summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* thp: simplify overallocate checks.Michael Niedermayer2011-12-16
* lavf: add internal AVIOContext.maxsizeMichael Niedermayer2011-12-16
* thpdemux: Check that packed sizes are within the files data size and filesize.Michael Niedermayer2011-12-16
* avidec: Fix infinite loop caused by rounding of timestamps in non interleaved...Michael Niedermayer2011-12-16
* movenc: disable iods by defaultMichael Niedermayer2011-12-16
* smackerdemuxer: check some values before instead of just after malloc()Michael Niedermayer2011-12-16
* westwooddemux: dont require avio_size() functionality.Michael Niedermayer2011-12-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-16
|\
| * movenc: Rudimentary IODs support.Alex Converse2011-12-15
| * flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-15
| * westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg2011-12-15
* | lavf: update rfps debug code.Michael Niedermayer2011-12-15
* | lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frame...Michael Niedermayer2011-12-15
* | mov: Fix near infinite loop in stsd parsing.Michael Niedermayer2011-12-15
* | westwooddemuxer: use av_get_packet()Michael Niedermayer2011-12-15
* | westwooddemuxer: Fix 1gb allocMichael Niedermayer2011-12-15
* | lavf: add SBG demuxer.Nicolas George2011-12-15
* | mtv: Fix FPE with 0 dimensions.Michael Niedermayer2011-12-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-14
|\|
| * applehttp: Properly clean up if unable to probe a segmentMartin Storsjö2011-12-14
| * applehttp: Avoid reading uninitialized memoryMartin Storsjö2011-12-14
| * v410 encoder and decoderDerek Buitenhuis2011-12-13
* | riff: Fix freeing of random value.Michael Niedermayer2011-12-14
* | Prevent segfault if iformat was not yet initialized.Panagiotis H.M. Issaris2011-12-14
* | Cosmetics: Improve 'too short LIST' error message in wav.c.Carl Eugen Hoyos2011-12-14
* | Do not reject LIST tags in wav with size 4.Carl Eugen Hoyos2011-12-14
* | Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos2011-12-14
* | v410 encoder and decoderDerek Buitenhuis2011-12-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-13
| * build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* | Support "VLB " audio in NSV files.Reimar Döffinger2011-12-13
* | clenaup: #ifdec CONFIG*Michael Niedermayer2011-12-13
* | Fix all GNU %LdMichael Niedermayer2011-12-13
* | mp4enc: Avoid storing sizes in trun when they all match.Michael Niedermayer2011-12-13
* | mp4enc: Only store flags in trun when they differ from the default and set a ...Michael Niedermayer2011-12-13
* | mp4enc: dont store durations in trun if they are unneeded.Michael Niedermayer2011-12-13
* | mp4enc: dont store cts in trun if they are unneeded.Michael Niedermayer2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
| * lavf: add avformat_close_input().Anton Khirnov2011-12-12
| * lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-12
| * lavf doxy: add some basic demuxing documentation.Anton Khirnov2011-12-12
| * lavf doxy: add some general lavf information.Anton Khirnov2011-12-12
| * lavf doxy: add misc utility functions to a group.Anton Khirnov2011-12-12
| * lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov2011-12-12
| * lavf doxy: add core functions to a doxy group.Anton Khirnov2011-12-12
* | mxfdec: Set DTS and PTS on video packetsTomas Härdin2011-12-12
* | mxfdec: Only sort IndexTableSegments onceTomas Härdin2011-12-12