2009-05-06 |
Daniel Verkamp | Warning fix: Make ogg_stream.codec const |
tree | commitdiff |
2009-05-06 |
Daniel Verkamp | Add 8088flex TMV file demuxer. |
tree | commitdiff |
2009-05-06 |
Laurent Aimar | Add floating point audio decoding to WavPack decoder. |
tree | commitdiff |
2009-05-05 |
Baptiste Coudurier | dvh1 avi fourcc, dvh1_sample_truncated.avi, issue ... |
tree | commitdiff |
2009-05-05 |
Baptiste Coudurier | more dvcprohd .mov fourcc, see #1034 |
tree | commitdiff |
2009-05-03 |
Benjamin Larsson | Remove dead assignments found by CSA |
tree | commitdiff |
2009-04-28 |
Stefano Sabatini | Convert names to the FFmpeg style. |
tree | commitdiff |
2009-04-27 |
Cyril Comparon | Add avlanguage helpers in libavformat. |
tree | commitdiff |
2009-04-23 |
Ivo van Poorten | avoid possibly uninitialized return value |
tree | commitdiff |
2009-04-22 |
Jai Menon | NSV : Add TOC2 parsing and seeking support. |
tree | commitdiff |
2009-04-22 |
Andreas Öman | It should be #if, not #ifdef |
tree | commitdiff |
2009-04-22 |
Michael Niedermayer | Require 4 instead of 3 frames for detecting mp3, |
tree | commitdiff |
2009-04-21 |
Ramiro Polla | Add raw MLP muxer. |
tree | commitdiff |
2009-04-20 |
Luca Abeni | Fix crash when receiving from SDP |
tree | commitdiff |
2009-04-19 |
Michael Niedermayer | Add zygo fourcc. |
tree | commitdiff |
2009-04-19 |
Diego Biurrun | Mark gsize variable as av_unused, fixes the warning: |
tree | commitdiff |
2009-04-19 |
Diego Biurrun | Revert previous removal of gsize variable. It breaks... |
tree | commitdiff |
2009-04-18 |
Diego Biurrun | Remove unused variable gsize, fixes the warning: |
tree | commitdiff |
2009-04-18 |
Jai Menon | Cosmetics : reindent after last commit and remove redun... |
tree | commitdiff |
2009-04-18 |
Jai Menon | Add speex tag to nsv_codec_audio_tags. |
tree | commitdiff |
2009-04-18 |
Jai Menon | Change nsvf_index_data to nsvs_file_offset for increase... |
tree | commitdiff |
2009-04-17 |
Jai Menon | Introduce codec id for MPEG-4 ALS and associate it... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Remove useless init from aiff_read_header() found by... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Remove 2 ++ from check_pes() that are useless, found... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Remove unused variable from flv_read_metabody() found... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Remove nonsensical assignment from asf_read_seek()... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Move declarations in sync() closer to where they are... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Remove unused variable from asf_read_header() found... |
tree | commitdiff |
2009-04-17 |
Ronald S. Bultje | Change another AVERROR(EIO) inot AVERROR_EOF, because... |
tree | commitdiff |
2009-04-17 |
Michael Niedermayer | Moving variable declarations in asf_build_simple_index... |
tree | commitdiff |
2009-04-16 |
Reimar Döffinger | Remove unused audio_pts field from ea demuxer struct |
tree | commitdiff |
2009-04-16 |
Reimar Döffinger | Remove unused code from Westwood VQA/AUD demuxer. |
tree | commitdiff |
2009-04-16 |
Ronald S. Bultje | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file... |
tree | commitdiff |
2009-04-15 |
Michael Niedermayer | Clarify which exact variant of ISO 639 is used. (The... |
tree | commitdiff |
2009-04-15 |
Ronald S. Bultje | Send dummy requests over the TCP connection (WMS wants... |
tree | commitdiff |
2009-04-15 |
David Conrad | Ensure that there's pages to read for duration calculat... |
tree | commitdiff |
2009-04-14 |
Ronald S. Bultje | Add a Vorbis payload parser. Implemented by Colin McQui... |
tree | commitdiff |
2009-04-14 |
Ronald S. Bultje | Increase the SDP buffer size (again!) and also increase... |
tree | commitdiff |
2009-04-13 |
Stefano Sabatini | Rename pbBufPtr() to put_bits_ptr(). |
tree | commitdiff |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
tree | commitdiff |
2009-04-13 |
Baptiste Coudurier | seek inside buffer when offset is exactly at the end... |
tree | commitdiff |
2009-04-13 |
Baptiste Coudurier | Set frame defaults in try_decode_frame. |
tree | commitdiff |
2009-04-13 |
Baptiste Coudurier | reindent |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper |
tree | commitdiff |
2009-04-12 |
Reimar Döffinger | Move ea demuxer messages that are irrelevant to ordinar... |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper |
tree | commitdiff |
2009-04-12 |
Reimar Döffinger | Slightly improve/correct description of wc3_pal_lookup |
tree | commitdiff |
2009-04-12 |
Stefano Sabatini | Split bitstream.h, put the bitstream writer stuff in... |
tree | commitdiff |
2009-04-12 |
Michael Niedermayer | Disable metadata reading. Yes, I would like to know... |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | replace DEBUG_SI with DEBUG and use dprintf |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | Set stream type to ac3 if registration descriptor is... |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | simplify registration descriptor parsing with bytestrea... |
tree | commitdiff |
2009-04-12 |
Björn Axelsson | Ok, ts demuxer is more complicated than I thought |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | fix end of buffer check, fix hang_read_header.h264.ts |
tree | commitdiff |
2009-04-12 |
Baptiste Coudurier | fix 6 channels raw pcm demuxing, raw pcm now demux... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Simplify packet duplication code in ff_interleave_add_p... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Fix "unrecognized WC3 chunk" debug output which was... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | wc3movie: return partial packets if not all data can... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Explain the purpose of the wc3_pal_lookup and the formu... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Use get_le32/get_be32 in wc3movie demuxer instead of... |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Get rid of av_destruct_packet_nofree and use NULL instead. |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Reindent |
tree | commitdiff |
2009-04-11 |
Reimar Döffinger | Make electronicarts demuxer return partial frames,... |
tree | commitdiff |
2009-04-10 |
Diego Biurrun | Replace rand() usage by av_lfg_get(). |
tree | commitdiff |
2009-04-10 |
Diego Biurrun | cosmetics: Align output columns. |
tree | commitdiff |
2009-04-10 |
Aurelien Jacobs | remove useless duplication of what av_new_stream()... |
tree | commitdiff |
2009-04-10 |
Thilo Borgmann | Add 'PNG1' to PNG fourcc codes. |
tree | commitdiff |
2009-04-10 |
Thilo Borgmann | Make try_decode_frame() use the new avcodec_decode_... |
tree | commitdiff |
2009-04-09 |
Luca Abeni | AAC packetiser cleanup: use consts instead of #defines |
tree | commitdiff |
2009-04-09 |
Luca Abeni | AAC packetiser cleanup: remove check for a condition... |
tree | commitdiff |
2009-04-09 |
Martin Storsjö | Fix two checks in the AAC packetiser, which were too... |
tree | commitdiff |
2009-04-09 |
Reimar Döffinger | Fix memleak in nuv demuxer: free packet already allocat... |
tree | commitdiff |
2009-04-08 |
Reimar Döffinger | Correctly set packet size for partial video packets... |
tree | commitdiff |
2009-04-08 |
Reimar Döffinger | Add av_shrink_packet function for use in av_get_packet... |
tree | commitdiff |
2009-04-08 |
Zhentan Feng | Reduce code duplication. |
tree | commitdiff |
2009-04-08 |
Martin Storsjö | Add support for AMR audio in the RTP muxer |
tree | commitdiff |
2009-04-08 |
Baptiste Coudurier | force sample for qcelp when not stored in mov, fix... |
tree | commitdiff |
2009-04-08 |
Ronald S. Bultje | Reindent after r18372. |
tree | commitdiff |
2009-04-08 |
Ronald S. Bultje | Add waveformat-extensible support in the wav muxer. |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | move codec tag tables near corresponding code |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | cosmetics, add empty line and remove useless braces |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | fix compilation, add missing parenthesis |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | comment the ipod subtitle check |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | invert condition to simplify code |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | remove no more needed code, tag is set by default |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent, add empty lines |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | split mov_find_codec_tag in separate per format functions |
tree | commitdiff |
2009-04-07 |
Reimar Döffinger | Always return 0 if read_packet is successful. |
tree | commitdiff |
2009-04-07 |
Reimar Döffinger | Do not uselessly read version string into a buffer. |
tree | commitdiff |
2009-04-07 |
Reimar Döffinger | Describe read_alloc return value and required pkt handl... |
tree | commitdiff |
2009-04-07 |
Reimar Döffinger | Error out also when reading nuv header returns with... |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | set bits_per_coded_sample for rawvideo |
tree | commitdiff |
2009-04-07 |
Baptiste Coudurier | override mov fourcc for pcm audio, this is safer when... |
tree | commitdiff |
2009-04-07 |
Thilo Borgmann | Move av_packet_*() functions from libavformat/ to libav... |
tree | commitdiff |
2009-04-07 |
Aurelien Jacobs | use av_freep() instead of av_free() + =NULL. |
tree | commitdiff |
2009-04-07 |
Luca Abeni | Fix the copyright year |
tree | commitdiff |
2009-04-07 |
Martin Storsjö | Add support for H.263 video in the RTP muxer |
tree | commitdiff |
2009-04-07 |
Luca Abeni | Do not return payload type 34 for H.263 (it is deprecated) |
tree | commitdiff |
2009-04-06 |
Martin Storsjö | Only insert the SPS and PPS NALs in sprop-parameter... |
tree | commitdiff |
next |