summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2013-09-11avformat/libnut: check avformat_new_stream() return valuePaul B Mahol1-0/+3
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-05-21Remove libnut wrapperDiego Biurrun4-321/+0
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
2011-12-08libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution.Michael Niedermayer1-0/+2
2011-12-08libnut: Check nut_demuxer_init() return value.Michael Niedermayer1-0/+3
2011-12-08libnut: check for av_malloc failure.Michael Niedermayer1-0/+6
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov35-57/+83
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas52-90/+90
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp28-136/+136
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-12-12Update lavf/libnut.c to _tt type names in libnut APIOded Shimon1-9/+9
2008-09-02Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun9-20/+18
2008-08-23convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs16-46/+44
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-11-07Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun1-1/+1
2007-09-05Prefix library format names with 'lib' in libavformatRamiro Polla2-2/+2
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer45-104/+7
2007-03-10remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon1-4/+4
2007-03-10Add doxygen file header to libnut.cOded Shimon1-0/+6
2007-02-25Add LGPL header as requested by Oded.Diego Biurrun1-0/+21
2007-02-09Properly separate native and libnut NUT (de)muxers.Diego Biurrun5-10/+11
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer19-53/+95
2006-12-23sync to libnut, nom->numOded Shimon1-9/+9
2006-11-17change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon1-1/+1
2006-11-17update to libnut, use framecode table generatorOded Shimon1-29/+1
2006-11-17update to libnut API, changes to frame_table_inputOded Shimon1-26/+26
[next]