]> git.sesse.net Git - ffmpeg/history - libavformat
lagarith: fix buffer overreads.
[ffmpeg] / libavformat /
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
2012-03-18 Michael Niedermayeroma: Fix out of array read.
2012-03-17 Anton Khirnovlavf: remove some disabled code.
2012-03-17 Anton Khirnovlavf: only set average frame rate for video.
2012-03-17 Anton Khirnovlavf: remove a pointless check.
2012-03-17 Paul B Maholavcodec: add XBM encoder
2012-03-15 Anton Khirnovlavf: don't select an attached picture as default strea...
2012-03-14 Paul B Maholjv demux: set video stream duration
2012-03-13 Martin Storsjöhttp: Clear the auth state on redirects
2012-03-13 Martin Storsjöhttp: Retry auth if it failed due to being stale
2012-03-13 Martin Storsjörtsp: Resend new keepalive commands if they used stale...
2012-03-13 Martin Storsjörtsp: Retry authentication if failed due to being stale
2012-03-13 Martin Storsjöhttpauth: Parse the stale field in digest auth
2012-03-12 Paul B Maholiff: make .long_name more descriptive
2012-03-12 Martin Storsjörtsp: Fix a typo
2012-03-09 Diego BiurrunFix a bunch of common typos.
2012-03-09 Alex Conversempegts: Always honor a registration descriptor if prese...
2012-03-09 Martin Storsjörtsp: Only set the ttl parameter if the server actually...
2012-03-09 Martin Storsjöudp: Set ttl for read-write streams, too, not only...
2012-03-09 Martin Storsjöudp: Only bind to the multicast address if in read...
2012-03-09 Martin Storsjöudp: Clarify the comment about binding the multicast...
2012-03-09 Martin Storsjöudp: Reorder comments
2012-03-08 Dale CurtisFix uninitialized reads on malformed ogg files.
2012-03-07 Martin Storsjörtpenc: Fix the AVRational used for av_rescale_q_rnd
2012-03-07 Martin Storsjöudp: Print an error message if bind fails
2012-03-07 Ronald S. Bultjesmacker: error out if palette copy-with-offset overruns...
2012-03-06 Carl Eugen Hoyosmov: Allow last chunk to have an arbitrary number of...
2012-03-05 Reimar Döffingercdxl demux: do not create packets with uninitialized...
2012-03-05 Justin Rugglescosmetics: reindent
2012-03-05 Justin Rugglesavformat: do not require a pixel/sample format if there...
2012-03-05 Justin Rugglesavformat: do not fill-in audio packet duration in compu...
2012-03-05 Justin Ruggleslavf: Use av_get_audio_frame_duration() in get_audio_fr...
2012-03-05 Justin Rugglessiff: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesamr demuxer: do not set AVCodecContext.frame_size.
2012-03-05 Justin Rugglesaiffdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesmov: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesape: do not set AVCodecContext.frame_size.
2012-03-05 Justin Rugglesrdt: remove workaround for infinite loop with aac
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesswfenc: use av_get_audio_frame_duration() instead of...
2012-03-05 Justin Rugglesrtpenc: use av_get_audio_frame_duration() for max_frame...
2012-03-05 Justin Rugglesriffenc: use av_get_audio_frame_duration()
2012-03-05 Anton Khirnovlavf: deobfuscate read_frame_internal().
2012-03-05 Anton Khirnovlavf: make read_from_packet_buffer() more flexible.
2012-03-05 Anton Khirnovlavf: factorize freeing a packet buffer.
2012-03-05 Diego Biurrundv: Do not redundantly initialize struct members to...
2012-03-03 Justin Rugglestiertexseq: set correct block_align for audio
2012-03-03 Justin Rugglestiertexseq: set audio stream start time to 0
2012-03-03 Justin Rugglesvoc/avs: Do not change the sample rate mid-stream.
2012-03-03 Justin Rugglessegafilm: use the sample rate as the time base for...
2012-03-03 Justin Rugglesea: fix audio pts
2012-03-03 Justin Rugglespsx-str: fix audio pts
2012-03-03 Justin Rugglesvqf: set packet duration
2012-03-03 Justin Rugglestta demuxer: set packet duration
next