]> git.sesse.net Git - ffmpeg/history - libavformat
H.264: make filter_mb_fast support 4:4:4
[ffmpeg] / libavformat /
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 ...
2011-06-18 Anton Khirnovlavf: add a forgotten NULL check in convert_format_para...
2011-06-16 Anton KhirnovAdd minor bumps and APIChanges entries for lavf private...
2011-06-16 Anton Khirnovlavf: add avformat_write_header() as a replacement...
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-16 Anton Khirnovlavf: add avformat_open_input() as a replacement for...
2011-06-16 Diego Biurrunrtpenc_latm: Consistently use "Libav" in license boiler...
2011-06-16 Martin Storsjörtsp: Don't pass string pointer as format string to...
2011-06-16 Kirill Zorinmmsh: fixed printf injection bug in mmsh request
2011-06-13 Diego Biurrunutils: Drop pointless '#if 1' preprocessor directive.
2011-06-13 Carl Eugen Hoyoswav: remove an invalid free().
2011-06-13 Michael Niedermayerlavf: initialise reference_dts in av_estimate_timings_f...
2011-06-13 Peter Rossimg2: add .dpx to the list of supported file extensions.
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-10 Kieran Kunhyaadts: Adjust frame size mask to follow the specification.
2011-06-10 Martin Storsjömovenc: Add RTP muxer/hinter options
2011-06-10 Martin Storsjömovenc: Pass the RTP AVFormatContext to the SDP generation
2011-06-10 Martin Storsjörtspenc: Add RTP muxer options
2011-06-10 Martin Storsjörtspenc: Add an AVClass for setting muxer specific...
2011-06-10 Martin Storsjörtpenc_chain: Pass the rtpflags options through to...
2011-06-10 Martin Storsjörtpenc: Declare the rtp flags private AVOptions in...
2011-06-10 Martin Storsjösdp: Reindent after the previous commit
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-10 Yusuke Nakamuramov: Fix wrong timestamp generation for fragmented...
2011-06-09 Stefano Sabatinilavf: make compute_pkt_fields2() return meaningful...
2011-06-09 Reimar Döffingermatroskadec: set timestamps for RealAudio packets.
2011-06-09 Alex Conversemovdec: Add support for the 'wfex' atom.
2011-06-09 Alex Converseriff: Fix potential memleak.
2011-06-08 Etienne Buiracrypto: Use av_freep instead of av_free
2011-06-08 Anton Khirnovlavf: don't try to free private options if priv_data...
2011-06-08 Diego Biurrunoptions: Add missing braces around struct initializer.
2011-06-08 Diego Biurrunmov: Remove leftover crufty debug statement with refere...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-06 Luca Barbatoflvenc: propagate error properly
2011-06-06 Anton Khirnovlavf: deprecate AVFormatParameters.time_base.
2011-06-06 Anton Khirnovimg2: add framerate private option.
2011-06-06 Anton Khirnovimg2: add video_size private option.
2011-06-06 Anton Khirnovimg2: add pixel_format private option.
2011-06-06 Anton Khirnovtty: add framerate private option.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovtty: factorise returning error codes.
2011-06-04 Anton Khirnovrawdec: add framerate private option.
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-03 Anton Khirnovrawdec: initialize return value to 0.
2011-06-03 Anton Khirnovrawdec: don't leak option strings.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-06-02 Mans Rullgardoma: check avio_read() return value
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-06-02 Mans RullgardRemove unused variables
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-31 Gil Pedersenimproved 'edts' atom writing support
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.pix_fmt.
2011-05-27 Anton Khirnovrawdec: add a pixel_format private option.
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-05-27 Anton Khirnovrawdec: factor video demuxer definitions into a macro.
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.width/height.
2011-05-27 Anton Khirnovtty: add video_size private option.
2011-05-27 Anton Khirnovrawdec: add video_size private option.
2011-05-26 Alex Converseid3v2: Check malloc result. ID3v2 tags can be very...
2011-05-26 Alex Converseid3v2: Initialize tflags for version 2.2.
2011-05-26 Anton Khirnovlavf: initialize demuxer private options.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-05-25 Anton Khirnovtty: replace AVFormatParameters.sample_rate abuse with...
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.{channels,sample_rate}.
2011-05-25 Anton Khirnovrawdec: add sample_rate/channels private options.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.mpeg2ts_raw.
next