summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* RTSP: Doxygen comment cleanupDiego Biurrun2011-07-03
* doxygen: Escape '\' in Doxygen documentation.Diego Biurrun2011-07-03
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
* avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-03
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* libavformat: Add an example how to use the metadata APIReinhard Tartler2011-07-02
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* avformat: doxify the Metadata APIReinhard Tartler2011-07-02
* lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov2011-07-02
* lavf: use the correct pointer in av_open_input_stream().Anton Khirnov2011-07-02
* avidec: infer absolute vs relative index from first packetAlex Converse2011-07-01
* avidec: Factor out the sync fucntionality.Alex Converse2011-07-01
* matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins2011-07-01
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-30
* udp: Fix a compilation warningMartin Storsjö2011-06-30
* matroskadec: forward parsing errors to caller.Ami Fischman2011-06-29
* av_find_stream_info: simplify EAGAIN handling.Ami Fischman2011-06-29
* ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje2011-06-29
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* wavpack: skip blocks with no samplesKostya Shishkov2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-24
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-23
* mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-21
* mov: Support R10g codec identifier.ami_stuff2011-06-21
* riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-21
* riff: Add DAVC fourcc.ami_stuff2011-06-21
* riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-21
* rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* mov: Fix empty edit detection.Yusuke Nakamura2011-06-19
* lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-18
* lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-18
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-16
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-16
* rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-16
* rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-16
* mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-13
* wav: remove an invalid free().Carl Eugen Hoyos2011-06-13
* lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-13