]> git.sesse.net Git - ffmpeg/history - libavformat
avconv: replace all fprintf() by av_log().
[ffmpeg] / libavformat /
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-09-25 Justin Rugglessol: return error if av_get_packet() fails.
2011-09-25 Mans Rullgardlavf: do not set codec_tag for rawvideo
2011-09-25 Michael Niedermayerflvdec: Check for overflow before allocating arrays
2011-09-24 Laurent Aimarflvdec: Fix invalid pointer deferences when parsing...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-09-23 Alex Conversempegps: Handle buffer exhaustion when reading packets.
2011-09-23 Rafaël Carrértp: factorize dynamic payload type fallback
2011-09-23 Martin Storsjöflvdec: Ignore the index if it's from a creator known...
2011-09-22 Diego Biurrunprores: mark prores as intra-only in libavformat/utils...
2011-09-22 Janne GrunauAdd LATM demuxer
2011-09-22 Justin Ruggles8svx/iff: fix decoding of compressed stereo 8svx files.
2011-09-22 Alex Conversemp4: Don't read an empty Decoder Config Descriptor
2011-09-22 Martin Storsjörtmp: Make the input FLV parser handle data cut at...
2011-09-21 Alex Converseswfdec: Add support for sample_rate_code 0 (5512 Hz)
2011-09-21 Anton KhirnovRemove some forgotten AVCodecContext.palctrl usage.
2011-09-21 Diego BiurrunFix av_dlog invocations with wrong or missing logging...
2011-09-21 David Goldwichoma: support for encrypted files
2011-09-21 David Goldwichid3v2: add support for non-text and GEOB type tag frames
2011-09-20 Martin Storsjörtmp: Don't blindly skip the 4 trailer bytes from the...
2011-09-20 Chiranjeevi Melamrtmp: Handle FLV packets written in more than one write...
2011-09-19 Anton Khirnovmovenc: fix NULL reference in mov_write_tkhd_tag
2011-09-19 Laurent Aimarrmdec: Reject invalid deinterleaving parameters
2011-09-19 Laurent Aimarrmdec: use the deinterleaving mode and not the codec...
2011-09-19 David Goldwichlavf: Fix context pointer in av_open_input_stream when...
2011-09-17 Laurent Aimaroggdec: fix out of bound write in the ogg demuxer
2011-09-17 Anton Khirnovmovenc: create an alternate group for each media type
2011-09-17 Anton Khirnovrawdec: refactor private option for raw video demuxers
2011-09-17 Anton Khirnovpcmdec: use unique classes for all pcm demuxers.
2011-09-17 Anton Khirnovrawdec: g722 is always 1 channel/16kHz
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-09-15 Dustin Brodymatroskadec: fix typo.
2011-09-15 Dustin Brodymatroskadec: bail on parsing of incorrect seek index...
2011-09-14 Alex Converselavf utils: Remove write-only variable
2011-09-14 Alex Converselavf utils: Rename shadowing variable
2011-09-12 Laurent AimarFixed off by one packet size allocation in the smacker...
2011-09-12 Laurent AimarCheck for invalid packet size in the smacker demuxer.
2011-09-12 Laurent Aimarape demuxer: fix segfault on memory allocation failure.
2011-09-12 Kostya Shishkovsmacker demuxer: handle possible av_realloc() failure.
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
next