| Commit message (Expand) | Author | Age | Files | Lines |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | Move documentation of av_register_all() from allformats.c to | Stefano Sabatini | 2009-01-25 | 2 | -6/+9 |
* | use function and definitions from libavcodec/flac.h in oggparseflac.c | Justin Ruggles | 2009-01-25 | 1 | -9/+8 |
* | Handle ID3v2 tags in raw FLAC streams by skipping them. | David DeHaven | 2009-01-25 | 1 | -1/+18 |
* | Fix undefined preprocessor directives warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-24 | 2 | -0/+4 |
* | return an error if we can not get a full packet, | Stefan Gehrer | 2009-01-24 | 1 | -2/+2 |
* | fix header parsing, the NULL terminated File ID is followed by a space | Stefan Gehrer | 2009-01-24 | 1 | -0/+3 |
* | Skip m= blocks in the SDP if the media type is unknown. This prevents | Ronald S. Bultje | 2009-01-24 | 1 | -0/+5 |
* | set pts and dts when only pts is present, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -1/+1 |
* | write essence container data | Baptiste Coudurier | 2009-01-23 | 2 | -1/+28 |
* | reduce display aspect ratio | Baptiste Coudurier | 2009-01-23 | 1 | -2/+8 |
* | stored height is a multiple of 16 for mpeg2 | Baptiste Coudurier | 2009-01-23 | 1 | -1/+2 |
* | fix endianness of time code, and calculate it in fields, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -6/+4 |
* | add EM4A fourcc , works for: | Ben Littler | 2009-01-23 | 1 | -0/+1 |
* | Avoid allocating MPADecodeContext on stack. | Andreas Ă–man | 2009-01-23 | 1 | -1/+1 |
* | Move av_read_frame/parser related buffer variables from AVFormatContext | Michael Niedermayer | 2009-01-22 | 2 | -47/+47 |
* | print stream sar if present and different than codec sar | Baptiste Coudurier | 2009-01-22 | 1 | -0/+11 |
* | Use EAGAIN return, primarely intended as example of EAGAIN useage. | Michael Niedermayer | 2009-01-22 | 1 | -4/+3 |
* | Handle av_read_frame() EAGAIN return. | Michael Niedermayer | 2009-01-22 | 1 | -3/+12 |
* | 'code' is used to index a table so make it unsigned | Aurelien Jacobs | 2009-01-21 | 3 | -3/+3 |
* | yet another attempt on fixing synchronization in VMD | Kostya Shishkov | 2009-01-21 | 1 | -6/+6 |
* | Empty audio chunks in VMD are silent, not skipped | Kostya Shishkov | 2009-01-21 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-01-21 | 1 | -7/+7 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -29/+0 |
* | change sample aspect ratio test to be more clear, print old one | Baptiste Coudurier | 2009-01-20 | 1 | -3/+4 |
* | another mpeg4 fourcc | Ben Littler | 2009-01-20 | 1 | -0/+1 |
* | Do not use avctx->frame_number which might not be set, | Baptiste Coudurier | 2009-01-20 | 1 | -4/+5 |
* | set correct value for starting line | Baptiste Coudurier | 2009-01-20 | 1 | -3/+10 |
* | fix gxf time code mark out value | Baptiste Coudurier | 2009-01-20 | 1 | -1/+10 |
* | Enable building r3d demuxer when its config is set. | Benoit Fouet | 2009-01-20 | 1 | -0/+1 |
* | Fix a read past end of buffer crash in the mp3 probe | Alex Converse | 2009-01-20 | 1 | -1/+1 |
* | R3D REDCODE demuxer | Baptiste Coudurier | 2009-01-20 | 3 | -2/+387 |
* | matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes | Aurelien Jacobs | 2009-01-20 | 1 | -9/+11 |
* | Use "" instead of <> when #including non-system headers. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix probing of files with ID3v2 tags. Discussed at | Alex Converse | 2009-01-19 | 6 | -12/+43 |
* | Restore mistakenly removed period after "DivX, Inc". | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | add T263. works on samples/V-codecs/T263/ | Ben Littler | 2009-01-19 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 70 | -75/+75 |
* | replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag | Aurelien Jacobs | 2009-01-18 | 4 | -8/+7 |
* | matroskadec: merge ByteIOContext declarations at upper level | Aurelien Jacobs | 2009-01-18 | 1 | -4/+1 |
* | matroskadec: parse the WAVEFORMATEX header and discard it from extradata | Aurelien Jacobs | 2009-01-18 | 1 | -2/+7 |
* | add jp2 formater in image2 muxer | Baptiste Coudurier | 2009-01-18 | 1 | -1/+24 |
* | jpeg2k is intra only codec | Baptiste Coudurier | 2009-01-18 | 1 | -0/+1 |
* | match format in names list separated by commas | Baptiste Coudurier | 2009-01-17 | 1 | -1/+19 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 4 | -1/+133 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 3 | -4/+5 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 4 | -6/+6 |
* | Cosmetics: indent | David Conrad | 2009-01-17 | 1 | -1/+1 |
* | Treat disposition==0 as undefined and don't write the default flag | David Conrad | 2009-01-17 | 1 | -0/+1 |
* | Flush the buffer after writing the header and when done with writing the files | David Conrad | 2009-01-17 | 1 | -0/+2 |