]> git.sesse.net Git - ffmpeg/history - libavformat
ppc: add const where needed in scalarproduct_int16_altivec()
[ffmpeg] / libavformat /
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
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-26 Anton Khirnovlavf doxy: expand AVStream.codec doxy.
2012-03-26 Anton Khirnovlavf doxy: improve AVStream.time_base doxy.
2012-03-26 Anton Khirnovlavf doxy: add some basic documentation about reading...
2012-03-26 Anton Khirnovlavf doxy: document passing options to demuxers.
2012-03-26 Anton Khirnovlavf doxy: clarify that an AVPacket contains encoded...
2012-03-26 Jindrich Makovickampegtsenc: allow user triggered PES packet flushing
2012-03-24 Martin Storsjömovenc: Merge if statements
2012-03-24 Martin Storsjöavc: Add a function for converting mp4 style extradata...
2012-03-24 Martin Storsjölibavformat: Document who sets the AVStream.id field
2012-03-22 Alex Conversexwma: Validate channels and bits_per_coded_sample.
2012-03-22 Alex Conversemov: Do not read past the end of the ctts_data table.
2012-03-22 Alex Conversemov: Add missing terminator to mov_ch_layout_map_1ch.
2012-03-22 Ronald S. Bultjeasf: reset side data elements on packet copy.
2012-03-22 Michael Niedermayeroggparseogm: fix order of arguments of avpriv_set_pts_i...
2012-03-22 Justin Rugglesaiffdec: set block_duration to 1 for PCM codecs that...
2012-03-22 Justin Rugglesaiffdec: factor out handling of integer PCM for AIFF...
2012-03-22 Justin Rugglesaiffdec: use av_get_audio_frame_duration() to set block...
2012-03-22 Justin Rugglesaiffdec: do not set bit rate if block duration is unknown
2012-03-20 Anton Khirnovlavf: make av_interleave_packet_per_dts() private.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-03-20 Justin Rugglesoggdec: output correct timestamps for Vorbis
2012-03-20 Justin Rugglesxa: set correct bit rate
2012-03-20 Justin Rugglesxa: do not set bit_rate, block_align, or bits_per_coded...
2012-03-20 Justin Rugglesxa: fix end-of-file handling
2012-03-20 Justin Rugglesxa: fix timestamp calculation
2012-03-20 Martin Storsjömovenc: Add a min_frag_duration option
2012-03-20 Martin Storsjörtsp: Set the default delay to 0.1 s for the RTSP/SDP...
2012-03-20 Martin Storsjölibavformat: Set the default for the max_delay option...
2012-03-20 Anton KhirnovMove AVFormatContext/AVCodecContext option tables to...
2012-03-20 Anton Khirnovlavf: use AVStream.discard to disable queueing attached...
2012-03-20 Anton Khirnovlavf: requeue attached pictures after seeking.
2012-03-20 Anton Khirnovid3v2: set the keyframe flag on attached pictures.
2012-03-19 Derek BuitenhuisZeroCodec Decoder
2012-03-19 Kostya ShishkovRealAudio Lossless decoder
2012-03-19 Martin Storsjörtpenc: Use AVFormatContext.packet_size instead of...
2012-03-19 Nicolas Georgeurl: Document the expected behaviour of url_read
2012-03-19 Martin Storsjölibavformat: Use AVFormatContext.probesize in init_input
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
next