aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* | udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-221-3/+11
* | segment: fix null pointer dereferencePaul B Mahol2012-03-221-3/+5
* | electronicarts vp6: set duration of video streamPaul B Mahol2012-03-221-1/+5
* | Fix type and codetype fields in the MMF header for some phones.Vidar Madsen2012-03-211-2/+2
* | Print a warning when using wild guesses as time stamps.Reimar Döffinger2012-03-211-0/+5
* | westwood_vqa: set video stream durationPaul B Mahol2012-03-211-0/+2
* | westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-211-63/+71
* | aiffdec: Fix SIGFPE on pcm_f32beTomas Härdin2012-03-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-2118-100/+296
|\|
| * lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-205-16/+39
| * lavf: deprecate av_read_packet().Anton Khirnov2012-03-206-8/+34
| * oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-201-2/+81
| * xa: set correct bit rateJustin Ruggles2012-03-201-0/+3
| * xa: do not set bit_rate, block_align, or bits_per_coded_sampleJustin Ruggles2012-03-201-4/+3
| * xa: fix end-of-file handlingJustin Ruggles2012-03-201-2/+2
| * xa: fix timestamp calculationJustin Ruggles2012-03-201-4/+2
| * movenc: Add a min_frag_duration optionMartin Storsjö2012-03-202-5/+11
| * rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-201-2/+3
| * libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-205-2/+13
| * Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-202-39/+64
| * lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
| * lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
| * id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-201-0/+1
* | mxfdec: Only parse next partition pack if parsing forwardTomas Härdin2012-03-201-0/+3
* | flv: clarify use of video info/cmd frame.Clément Bœsch2012-03-202-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-209-22/+30
|\|
| * ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
| * RealAudio Lossless decoderKostya Shishkov2012-03-192-0/+10
| * rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-192-10/+8
| * url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
| * libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
| * cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-193-9/+9
| * oma: Fix out of array read.Michael Niedermayer2012-03-181-3/+6
* | mp3_probe: consider id3 tags to be low scoring mp3.Michael Niedermayer2012-03-191-0/+2
* | gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet functionMatthieu Bouron2012-03-191-1/+1
* | Tell users about supported audio samplerates in mmf.Carl Eugen Hoyos2012-03-191-1/+1
* | ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-183-41/+6
|\|
| * lavf: remove some disabled code.Anton Khirnov2012-03-171-36/+0
| * lavf: only set average frame rate for video.Anton Khirnov2012-03-171-4/+4
| * lavf: remove a pointless check.Anton Khirnov2012-03-171-1/+1
| * avcodec: add XBM encoderPaul B Mahol2012-03-172-1/+2
* | mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-03-181-0/+10
* | udp: fix non-blocking and interrupt handling.Nicolas George2012-03-171-8/+10
* | url: document url_read exact behaviour.Nicolas George2012-03-171-0/+13
* | matroskadec: Fix null pointer exception on corrupted input.Michael Niedermayer2012-03-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-161-1/+2
|\|
| * lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-151-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-151-0/+1
|\|
| * jv demux: set video stream durationPaul B Mahol2012-03-141-0/+1