]> git.sesse.net Git - ffmpeg/history - libavformat
cosmetics: reindent
[ffmpeg] / libavformat /
2011-07-25 Diego Biurrunape: adjust some printf format strings to correctly...
2011-07-22 Alex Converseriff: Add mpgv MPEG-2 fourcc
2011-07-21 Diego Biurrunrtp: remove disabled code
2011-07-21 Thierry Foucumov: add clcp type track as Subtitle stream.
2011-07-20 Chris Evansmatroskadec: fix integer underflow if header length...
2011-07-18 Diego Biurrunrtsp: remove disabled code
2011-07-17 Diego Biurrungxfenc: place variable declarations before statements
2011-07-17 Stefano Sabatinilavf: rename enc variable in utils.c:has_codec_parameters()
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-17 Anton Khirnovwav: remove a use of deprecated AV_METADATA_ macro
2011-07-17 Anton Khirnovrmdec: remove useless ap parameter from rm_read_header_...
2011-07-15 Anton Khirnovlavf/utils: drop av_ prefixes from static functions.
2011-07-15 Anton Khirnovavio: don't replicate avio_alloc_context functionality.
2011-07-15 Diego Biurrundoxygen: replace @sa tag by the more readable but equiv...
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-07-14 Diego Biurrundoxygen: consistently place brief description
2011-07-14 Diego Biurrundoxygen: place empty line between brief description...
2011-07-14 Diego Biurrunavformat_open_input(): Add braces to shut up gcc warning.
2011-07-14 Anton KhirnovAdd an APIChanges entry and bump minor versions for...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-14 Anton Khirnovlavf: fix invalid reads in avformat_find_stream_info()
2011-07-13 Anton Khirnovlavf: fix segfault in av_open_input_stream()
2011-07-13 Jindrich Makovickampegtsenc: set Random Access indicator on keyframe...
2011-07-13 Alex Converselavf: Cleanup try_decode_frame() logic.
2011-07-13 Diego Biurrunbuild: move tests/seek_test.c to libavformat and reuse...
2011-07-13 Kostya Shishkovmxfenc: include needed header for ff_iso8601_to_unix_ti...
2011-07-13 Anton KhirnovAdd a check for strptime().
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-13 Tomas Härdinwav: parse 'bext' metadata
2011-07-13 Tomas Härdinwav: keep parsing until EOF if the input is seekable...
2011-07-13 Tomas Härdinwav: Refactor the tag checking into a switch statement
2011-07-13 Tomas Härdinwav: make sure neither data_size nor sample_count is...
2011-07-13 Tomas Härdinwav: refactor the 'fmt ' tag search and parsing.
2011-07-13 Benjamin Larssonwav: add an option for writing BEXT chunk
2011-07-13 Kostya ShishkovMusepack SV7: try to read files without number of frame...
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-12 Anton Khirnovmatroskaenc: make SSA default subtitle codec.
2011-07-11 Chris Evansoggdec: prevent heap corruption.
2011-07-11 Jindrich Makovickampegts: fix Continuity Counter error detection
2011-07-10 Anton Khirnovmatroskadec: fix stupid typo (!= -> ==)
2011-07-10 Mans Rullgardbuild: rework rules for things in the tools dir
2011-07-10 Anton Khirnovmatroskadec: reindent
2011-07-10 Aaron Colwellmatroskadec: defer parsing of cues element until we...
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-09 Matthew Hoopssegafilm: add support for videos with cri adx adpcm
2011-07-09 Tomas Härdingxf: Fix 25 fps DV material in GXF being misdetected...
2011-07-08 Anton Khirnovmp3enc: write a xing frame containing number of frames...
2011-07-08 Anton Khirnovlavf: update AVStream.nb_frames when muxing.
2011-07-08 Anton Khirnovgif: add loop private option.
2011-07-08 Anton Khirnovimg2: add loop private option.
2011-07-07 Alex Converseadts: Fix PCE copying.
2011-07-06 Anton Khirnovlavf: deprecate AVStream.quality.
2011-07-06 Kostyabink: pass Bink version to audio decoder through extrad...
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-07-05 Clément Bœschmxfenc: fix ignored drop flag in binary timecode repres...
2011-07-04 Nicolas Georgeogg: propagate return values and return more meaningful...
2011-07-04 Reimar Döffingeroggdec: Abort Ogg header parsing when encountering...
2011-07-04 Clément Bœschmxfenc: small typo fix
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-07-03 Diego BiurrunRTSP: Doxygen comment cleanup
2011-07-03 Diego Biurrundoxygen: Escape '\' in Doxygen documentation.
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-07-03 Diego BiurrunMove some conditionally used code below the appropriate...
2011-07-03 Mans Rullgardavidec: simplify convoluted flow in avi_load_index()
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-07-02 Reinhard Tartlerlibavformat: Add an example how to use the metadata API
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-07-02 Reinhard Tartleravformat: doxify the Metadata API
2011-07-02 Anton Khirnovlavf: restore old behavior for custom AVIOContex with...
2011-07-02 Anton Khirnovlavf: use the correct pointer in av_open_input_stream().
2011-07-01 Alex Converseavidec: infer absolute vs relative index from first...
2011-07-01 Alex Converseavidec: Factor out the sync fucntionality.
2011-07-01 John Stebbinsmatroskadec: matroska_read_seek after after EBML_STOP...
2011-06-30 Reinhard Tartlerdoxygen: Include libavcodec and libavformat examples...
2011-06-30 Benjamin LarssonAdd support for aac streams in mp4/mov without extradata.
2011-06-30 Martin Storsjöudp: Fix a compilation warning
2011-06-29 Ami Fischmanmatroskadec: forward parsing errors to caller.
2011-06-29 Ami Fischmanav_find_stream_info: simplify EAGAIN handling.
2011-06-29 Ronald S. Bultjeogg: fix double free when finding length of small chain...
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-28 Kostya Shishkovwavpack: skip blocks with no samples
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-24 Can Wuudp: Receive on the remote port number, if no local...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-23 Diego Biurrunnsvdec: Propagate error values instead of returning...
2011-06-21 Carl Eugen Hoyosmov: Support Digital Voodoo SD 8 Bit and DTS codec...
2011-06-21 ami_stuffmov: Support R10g codec identifier.
2011-06-21 Kamil Nowosadriff/img2: Add JPEG 2000 codec IDs.
2011-06-21 ami_stuffriff: Add DAVC fourcc.
2011-06-21 Carl Eugen Hoyosriff: Add M263, XVIX, MMJP, CDV5 fourccs.
2011-06-21 ami_stuffrawvideo: Support auv2 fourcc.
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-20 Yusuke Nakamuramov: Fix empty edit detection.
2011-06-18 Ronald S. Bultjelavf: prevent crash in av_open_input_file() if ap ...
next