summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* better header_size checkMichael Niedermayer2009-01-27
* size < 4 is invalidMichael Niedermayer2009-01-27
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-26
* Directly #include some required headers.Diego Biurrun2009-01-25
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-25
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
* write essence container dataBaptiste Coudurier2009-01-23
* reduce display aspect ratioBaptiste Coudurier2009-01-23
* stored height is a multiple of 16 for mpeg2Baptiste Coudurier2009-01-23
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
* add EM4A fourcc , works for:Ben Littler2009-01-23
* Avoid allocating MPADecodeContext on stack.Andreas Ă–man2009-01-23
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-21
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-21
* cosmetics: reindent after last commitKostya Shishkov2009-01-21
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
* another mpeg4 fourccBen Littler2009-01-20
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
* set correct value for starting lineBaptiste Coudurier2009-01-20
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-20
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-20
* R3D REDCODE demuxerBaptiste Coudurier2009-01-20
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-20
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-19
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18