]> git.sesse.net Git - ffmpeg/history - libavformat
Remove redundant and dubious video codec detection by its extradata
[ffmpeg] / libavformat /
2011-08-15 Kostya ShishkovRemove redundant and dubious video codec detection...
2011-08-12 Dustin Brodylavf: add support for error_recognition, use it in...
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-08-04 Luca Barbatoapplehttp: fix variant discard logic
2011-08-02 Zohar Kelrichlavf: Add an option to discard corrupted frames
2011-08-02 Zohar Kelrichmpegts: Mark wrongly-sized packets as corrupted
2011-08-02 Zohar Kelrichmpegts: Move scan test to handle_packets
2011-08-02 Zohar Kelrichmpegts: Mark corrupted packets
2011-08-02 Zohar Kelrichmpegts: Reset continuity counter on seek
2011-08-02 Zohar Kelrichmpegts: Fix for continuity counter
2011-08-02 Zohar Kelrichmpegts: Silence "can't seek" warning on unseekable
2011-07-29 Alex Conversemxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when alloc...
2011-07-29 Alex Converseprobe: Fix insane flow control.
2011-07-29 Mike Williamsmpegts: remove invalid error check
2011-07-28 Anton Khirnovlavf: add forgotten attribute_deprecated to av_find_str...
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...
next