summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* segafilm: add support for videos with cri adx adpcmMatthew Hoops2011-07-091-7/+21
* gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-091-9/+16
* mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-081-5/+70
* lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-082-1/+8
* gif: add loop private option.Anton Khirnov2011-07-083-4/+34
* img2: add loop private option.Anton Khirnov2011-07-083-2/+17
* adts: Fix PCE copying.Alex Converse2011-07-061-0/+4
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-064-3/+6
* bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya2011-07-061-1/+6
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-053-0/+3
* mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-051-1/+1
* ogg: propagate return values and return more meaningful error valuesNicolas George2011-07-041-25/+34
* oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger2011-07-041-4/+1
* mxfenc: small typo fixClément Bœsch2011-07-041-1/+1
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-0334-0/+36
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-0317-0/+18
* Remove return statements following infinite loops without breakMans Rullgard2011-07-037-10/+0
* RTSP: Doxygen comment cleanupDiego Biurrun2011-07-032-15/+9
* doxygen: Escape '\' in Doxygen documentation.Diego Biurrun2011-07-031-2/+2
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-031-3/+1
* avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-031-11/+7
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-035-5/+0
* libavformat: Add an example how to use the metadata APIReinhard Tartler2011-07-023-1/+59
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-022-7/+7
* avformat: doxify the Metadata APIReinhard Tartler2011-07-021-34/+39
* lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov2011-07-021-1/+6
* lavf: use the correct pointer in av_open_input_stream().Anton Khirnov2011-07-021-1/+2
* avidec: infer absolute vs relative index from first packetAlex Converse2011-07-011-7/+23
* avidec: Factor out the sync fucntionality.Alex Converse2011-07-011-116/+128
* matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins2011-07-011-0/+2
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-301-3/+10
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-301-14/+11
* udp: Fix a compilation warningMartin Storsjö2011-06-301-1/+1
* matroskadec: forward parsing errors to caller.Ami Fischman2011-06-291-5/+6
* av_find_stream_info: simplify EAGAIN handling.Ami Fischman2011-06-291-4/+4
* ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje2011-06-291-1/+2
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
* wavpack: skip blocks with no samplesKostya Shishkov2011-06-281-2/+11
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-241-1/+1
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-244-54/+54
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-233-12/+4
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-231-1/+1
* mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-211-0/+4
* mov: Support R10g codec identifier.ami_stuff2011-06-211-0/+1
* riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-212-0/+2
* riff: Add DAVC fourcc.ami_stuff2011-06-211-0/+1
* riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-211-0/+4
OpenPOWER on IntegriCloud