]> git.sesse.net Git - ffmpeg/history - libavformat
swr: revert stray hunk
[ffmpeg] / libavformat /
2012-03-25 Michael Niedermayermov: fix heap buffer overflow
2012-03-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-23 Michael Niedermayerxmv: check channel number
2012-03-23 Michael Niedermayermov: Fix FPE on 0 time_scale
2012-03-23 Michael Niedermayervorbisdemux: Check private context in theoras gtopts.
2012-03-23 Michael Niedermayermatroskadec: fix strcmp(NULL)
2012-03-23 Michael Niedermayermov: fix global unicode convertion array overflow.
2012-03-22 Michael Niedermayermmdemux: dont set pkt->size to an invalid value.
2012-03-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Nicolas Georgeudp: lock all operations on shared variables.
2012-03-22 Nicolas Georgeudp: return the error code instead of generic EIO.
2012-03-22 Nicolas Georgeudp: call av_fifo_space directly as needed.
2012-03-22 Nicolas Georgeudp: use non-blocking read instead of select.
2012-03-22 Nicolas Georgeudp: use pthread_cancel instead of a shared flag.
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-22 Paul B Maholsegment: fix null pointer dereference
2012-03-22 Paul B Maholelectronicarts vp6: set duration of video stream
2012-03-22 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-03-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-21 Vidar MadsenFix type and codetype fields in the MMF header for...
2012-03-21 Reimar DöffingerPrint a warning when using wild guesses as time stamps.
2012-03-21 Paul B Maholwestwood_vqa: set video stream duration
2012-03-21 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-21 Tomas Härdinaiffdec: Fix SIGFPE on pcm_f32be
2012-03-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Tomas Härdinmxfdec: Only parse next partition pack if parsing forward
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 Clément Bœschflv: clarify use of video info/cmd frame.
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-19 Michael Niedermayermp3_probe: consider id3 tags to be low scoring mp3.
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 Matthieu Bourongxf: return AVERROR_EOF instead of AVERROR(EIO) at...
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
2012-03-19 Carl Eugen HoyosTell users about supported audio samplerates in mmf.
2012-03-18 Derek BuitenhuisZeroCodec Decoder
2012-03-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-18 Michael Niedermayeroma: Fix out of array read.
2012-03-18 Tomas Härdinmxfdec: Let pkt->pts = mxf->current_edit_unit if intra...
2012-03-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-17 Nicolas Georgeudp: fix non-blocking and interrupt handling.
2012-03-17 Nicolas Georgeurl: document url_read exact behaviour.
2012-03-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-16 Michael Niedermayermatroskadec: Fix null pointer exception on corrupted...
2012-03-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-15 Anton Khirnovlavf: don't select an attached picture as default strea...
2012-03-15 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-03-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-14 Aaron Colwellmatroskaenc: change cluster_pos to use -1 as the "I...
2012-03-14 Paul B Maholjv demux: set video stream duration
2012-03-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-13 Lou Logancosmetics: fix some typos
2012-03-12 Andrey Utkinudp: Add option overrun_nonfatal
2012-03-12 Andrey Utkinudp: remove dead code line (unused result)
2012-03-12 Michael NiedermayerRevert "flvenc: Remove apparently unneeded AAC check."
2012-03-12 Paul B Maholiff: make .long_name more descriptive
2012-03-12 Martin Storsjörtsp: Fix a typo
2012-03-12 Michael NiedermayerRevert "udp: add multicast input interface selection"
2012-03-12 Michael Niedermayerlibavformat.v: add ffio_set_buf_size() for ffserver.
2012-03-12 Tudor.Suciuudp: add multicast input interface selection
2012-03-12 C Chatterjeeflvenc: Remove apparently unneeded AAC check.
next