aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2011-03-21Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-21Allow demuxing of APE files with metadata tags.Carl Eugen Hoyos
2011-03-18reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer
2011-03-18Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-18lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-03-17Revert "jvdec: don't use deprecated url_feof()"Michael Niedermayer
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17nutenc: fix a memleakAnton Khirnov
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-16avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-16avio: deprecate url_close_bufAnton Khirnov
2011-03-16avio: deprecate url_open_bufAnton Khirnov
2011-03-16avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov
2011-03-16avio: avio_ prefix for url_fprintfAnton Khirnov
2011-03-16avio: change avio_tell/skip from macros to inline functionsAnton Khirnov
2011-03-16avio: make url_setbufsize internal.Anton Khirnov
2011-03-16lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov
2011-03-17nutenc: mux chapters.Anton Khirnov
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-16Remove occurrences of my old email addressRamiro Polla
2011-03-16matroskadec: set a default duration also for packets comming from a simple blockAurelien Jacobs
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-16Remove occurrences of my old email address.Ramiro Polla
2011-03-16mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov
2011-03-16Do not attempt to decode APE file with no framesKostya
2011-03-16jvdec: don't use deprecated url_feof()Anton Khirnov
2011-03-15Do not attempt to decode APE file with no frames.Kostya Shishkov
2011-03-15id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-15lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov
2011-03-14jv demuxer: prevent video packet size overflowPeter Ross
2011-03-14jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross
2011-03-14jv demuxer: calculate palette_size for each frame in read_headerPeter Ross
2011-03-14Bitmap Brothers JV demuxerPeter Ross
2011-03-13jv demuxer: prevent video packet size overflowPeter Ross
2011-03-13jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross
2011-03-13jv demuxer: calculate palette_size for each frame in read_headerPeter Ross