]> git.sesse.net Git - ffmpeg/history - libavformat
lavfi: move formats-related functions from default.c to formats.c
[ffmpeg] / libavformat /
2012-05-14 Mans Rullgardmtv: do not byteswap raw video in demuxer
2012-05-14 Diego Biurrungxfenc: remove disabled half-implemented MJPEG tag
2012-05-10 Samuel Pitoisetrtmp: Implement check bandwidth notification.
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_swfurl', an option which specifies...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_flashver', an option which override...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_tcurl', an option which overrides...
2012-05-09 Sean McGovernsctp: be consistent with socket option level
2012-05-09 Diego Biurrunmov: make one comment slightly more specific
2012-05-08 Luca Barbatosctp: Initial tcp-alike sctp support with streams
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Jordi Ortizrtsp: Add content-type message header parsing
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Anton Khirnovflvenc: use AVFormatContext, not AVCodecContext for...
2012-05-07 Diego Biurrunmov: Remove write-only variable in mov_read_chan().
2012-05-07 Anton Khirnovlavf: add missing '*' in a doxy.
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Janne Grunaumpegmux: add stuffing to avoid incomplete PCM frames
2012-05-06 Mans Rullgardrtsp: avoid const warnings from strtol() call
2012-05-05 Martin Storsjörtpdec_h264: Add missing newlines to av_log calls
2012-05-05 Martin Storsjörtpdec_h264: Free old extradata before clearing the...
2012-05-05 Martin Storsjörtpdec_h264: Reorder code blocks
2012-05-05 Martin Storsjörtpdec_h264: Make start_sequence a static const array
2012-05-05 Martin Storsjörtpdec_h264: Cleanup debug packet type counting
2012-05-05 Martin Storsjörtpdec_h264: Cosmetic cleanup
2012-05-05 Martin Storsjörtpdec_h264: Clean up comments
2012-05-05 Martin Storsjörtpdec_h264: Convert commented out code into setting...
2012-05-05 Martin Storsjörtpdec_h264: Remove a useless ifdef
2012-05-05 Martin Storsjörtpdec_h264: Remove outdated/useless/incorrect comments
2012-05-05 Martin Storsjörtpdec_h264: Remove useless memory corruption checks
2012-05-05 Martin Storsjörtpdec_h264: Return proper error codes
2012-05-05 Martin Storsjörtpdec_h264: Check the available data length before...
2012-05-05 Ivan Kovtunovrtpdec_h264: Add input size checks
2012-05-04 Ronald S. Bultjeea: check chunk_size for validity.
2012-05-03 Justin Rugglescosmetics: indentation
2012-05-03 Justin Rugglesavformat: only fill-in interpolated timestamps if durat...
2012-05-03 Justin Rugglesavformat: remove a workaround for broken timestamps
2012-05-03 Joakim Platempegts: Some additional HDMV types and reg descriptors...
2012-04-30 Luca Barbatomkv: mark corrupted packets and return them
2012-04-30 Luca Barbatomkv: forward EMBL block data error
2012-04-27 Luca Barbatosegment: reorder seg_write_header allocation
2012-04-27 Luca Barbatoavio: make avio_close(NULL) a no-op
2012-04-27 Yusuke Nakamuramov: Parse EC3SpecificBox (dec3 atom).
2012-04-27 Martin Storsjömpegts: Make sure we don't return uninitialized packets
2012-04-25 Hendrik Leppkesmov: support eac3 audio
2012-04-25 Luca Barbatoavf: fix faulty check in has_duration
2012-04-23 Yusuke Nakamuraisom: Support more DTS codec identifiers.
2012-04-23 Dale Curtismatroska: Clear prev_pkt between seeks.
2012-04-23 Michael Niedermayeraudemux: Add a sanity check for the number of channels
2012-04-23 Dale Curtismatroska: Add incremental parsing of clusters.
2012-04-22 Martin Storsjömpegts: Try seeking back even for nonseekable protocols
2012-04-21 Yusuke Nakamuramov: Treat keyframe indexes as 1-origin if starting...
2012-04-21 Yusuke Nakamuramov: Take stps entries into consideration also about...
2012-04-20 Alex Conversemovenc: Support high sample rates in isomedia formats...
2012-04-20 Justin Rugglesavcodec: add a cook parser to get subpacket duration
2012-04-18 Mans Rullgardavio: make AVIOContext.av_class pointer to const
2012-04-18 Mans Rullgardnutdec: add malloc check and fix const to non-const...
2012-04-18 Mans Rullgardmatroska: do not set invalid default duration if frame...
2012-04-17 Luca Barbatomkv: use av_reduce instead of av_d2q for framerate...
2012-04-17 Luca Barbatomkv: report average framerate as minimal as well
2012-04-17 Justin Rugglesriff: use bps instead of bits_per_coded_sample in the...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_playpath', an option which override...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_app', an option which overrides...
2012-04-15 Dale Curtismov: free memory on header parsing failure
2012-04-15 Dale Curtismov: fix leaking memory with multiple drefs.
2012-04-13 Yusuke Nakamuramov: Fix detecting there is no sync sample.
2012-04-13 Luca Barbatoavf: has_duration does not check the global one
2012-04-13 Dale Curtismatroska: Fix leaking memory allocated for laces.
2012-04-13 Alex Conversemovenc: Remove a dead initialization
2012-04-12 Diego Biurrunavpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
2012-04-11 Luca Barbatomovenc: small refactor mov_write_packet
2012-04-11 Luca Barbatomovenc: remove redundant check
2012-04-10 Diego BiurrunDrop some pointless #ifdefs.
2012-04-10 Asen Lekovnutdec: K&R formatting cosmetics
2012-04-08 Martin Storsjörtsp: Don't use av_malloc(0) if there are no streams
2012-04-08 Martin Storsjörtsp: Don't use uninitialized data if there are no...
2012-04-08 Martin Storsjöcosmetics: Fix indentation
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-04-06 Martin Storsjörtpdec_asf: Set the no_resync_search option for the...
2012-04-06 Martin Storsjöasfdec: Add an option for not searching for the packet...
2012-04-06 Joakim Platelibavformat: Only require first packet to be known...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-04-03 Raffaele Senartmp: implement bandwidth notification
2012-04-03 Samuel Pitoisetrtmp: update supported audio codecs value
2012-04-01 Anton Khirnovid3v2: fix skipping extended header in id3v2.4
2012-03-30 Reimar Döffingeroggenc: fix condition when not to flush due to keyframe...
2012-03-30 Andres Gonzalezoggenc: add pagesize option to set preferred page size
2012-03-30 Diego Biurrunoutput-example: K&R formatting cosmetics, comment spell...
2012-03-30 Luca Barbatoavf: make the example output the proper message
2012-03-30 Luca Barbatoavf: fix audio writing in the output-example
2012-03-29 Ronald S. Bultjemov: don't overwrite existing indexes.
2012-03-29 Kostya Shishkovid3v2: add another mimetype for JPEG image
2012-03-28 Ronald S. Bultjeasf: only set index_read if the index contained entries.
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-27 Justin Rugglesoggdec: calculate correct timestamps in Ogg/FLAC
2012-03-27 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-27 Paul B Maholwestwood_vqa: set video stream duration
2012-03-27 Jindrich Makovickamake av_interleaved_write_frame() flush packets when...
2012-03-27 Alex Conversempegts: Fix dead error checks
next