summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* typoAurelien Jacobs2009-01-30
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-28
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-27
* Add {} between if/elseMichael Niedermayer2009-01-27
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
* remove pointless {}Michael Niedermayer2009-01-27
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
* vertical alignMichael Niedermayer2009-01-27
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
* 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