OSDN Git Service

libxavs: add private options corresponding to deprecated global options
[coroid/libav_saccubus.git] / libavformat /
2011-09-11 Georgi Chorbadzhiyskimpegts: improve error reporting
2011-09-11 Aviad Rozenhekmpegts: on seek, reset the cc for all PIDs
2011-09-08 Diego BiurrunEmploy FF_ARRAY_ELEMS instead of manually calculating...
2011-09-07 Michael Niedermayerrtpdec_asf: Fix integer underflow that could allow...
2011-09-07 Kieran KunhyaAdd LATM muxer
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-09-04 Stefan Fritschhttp: Consider the stream as seekable if the reply...
2011-09-04 Luca Barbatonutenc: add namespace to the api facing functions
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-08-29 Tomas Härdinisom: add missing AVC-Intra tags, rearrange list and...
2011-08-27 Kostya ShishkovUse deinterleavers for demangling audio packets in...
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-08-26 Diego BiurrunReplace deprecated av_find_stream_info() by avformat_fi...
2011-08-26 Sven Hessexmv: eliminate superfluous zeroing of zero data
2011-08-25 Alex Conversemp4: Handle non-trivial ES Descriptors.
2011-08-23 Alex Converselavf utils: Fix bad indentation.
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-22 Anton Khirnovmovenc: use libx264 by default when possible for mov...
2011-08-22 Anton Khirnovavienc: saner default audio codec.
2011-08-22 Anton Khirnovmatroskaenc: saner default codecs.
2011-08-21 Kostya ShishkovWavPack demuxer: do not rely on index when timestamp...
2011-08-21 Kostya ShishkovWavPack demuxer: store position of the first block...
2011-08-17 Sven Hesseadd XMV demuxer
2011-08-17 Kostya Shishkovrmdec: parse FPS in RealMedia properly
2011-08-17 Kostya ShishkovUse parsers for RealVideo 3/4 to determine correct PTS
2011-08-17 Kostya Shishkovrmdec: correct DTS calculation in RealMedia container.
2011-08-16 Anton Khirnovmatroskaenc: vertical alignment.
2011-08-16 Anton Khirnovmatroskaenc: implement query_codec()
2011-08-16 Anton Khirnovlavf: add avformat_query_codec().
2011-08-16 Luca Barbatoflvenc: use int64_t to store offsets
2011-08-16 Diogo FrancoDo not write ID3v1 tags by default
2011-08-16 Alex Conversempegts: log into an AVFormatContext rather than MpegTSC...
2011-08-16 Anton Khirnovmovenc: change AV_LOG_INFO to AV_LOG_WARNING for some...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
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...
next