summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-245-7/+18
|\
| * rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-233-6/+5
| * flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö2011-09-231-0/+12
| * prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-231-0/+1
* | psxstr: improve probe to not misdetect so much.Michael Niedermayer2011-09-231-10/+44
* | Use a colon in the stream description, this matches how -map works now.Carl Eugen Hoyos2011-09-231-1/+1
* | flvdec: Inject in stream extradata, into the stream.Michael Niedermayer2011-09-231-1/+2
* | Minor documentation clarification regarding AVStream.start_time semanticsRobert Krüger2011-09-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-237-39/+44
|\ \ | |/
| * Add LATM demuxerJanne Grunau2011-09-224-2/+15
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-40/+5
| * mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
| * rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* | matroskadec: Fix seeking for matroska files with CUES before first clusterAaron Colwell2011-09-221-10/+17
* | lavf/utils: only complain about aspect missmatch when the difference is "meas...Michael Niedermayer2011-09-221-1/+3
* | Support Sorenson Spark in f4v.Carl Eugen Hoyos2011-09-211-0/+1
* | Use the parser for AC-3 in mov.Carl Eugen Hoyos2011-09-211-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-216-57/+529
|\ \ | |/
| * swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
| * Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
| * oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
| * id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-212-38/+270
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-4/+20
|\ \ | |/
| * rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-201-3/+19
| * rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-201-3/+5
* | mp3demux: pass on error code on packet read.Michael Niedermayer2011-09-211-1/+3
* | rtspdec: Require TCP-interleaved RTP packets to be at least 11 bytes, instead...Martin Storsjö2011-09-201-1/+1
* | mov: Fix grayscale Cinepak in movMichael Niedermayer2011-09-201-0/+3
* | lavf/utils: better dts wrap correction.Michael Niedermayer2011-09-201-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-193-30/+35
|\ \ | |/
| * movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-191-1/+1
| * rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-191-26/+31
| * rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-191-1/+2
| * lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* | Support 3IVD in isom, produced by 3ivx DivX Doctor.Carl Eugen Hoyos2011-09-191-0/+2
* | Set AV_PKT_FLAG_KEY based on nupplevideo headerJoakim Plate2011-09-181-3/+2
* | add support for generic seeking by reading timestamps in nuvJoakim Plate2011-09-181-0/+76
* | rtmpproto.c: Fixed RTMP Stream output issueChiranjeevi Melam2011-09-181-3/+5
* | mpegpsdec: fix reading first mpegps packetArne de Bruijn2011-09-181-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-176-37/+56
|\ \ | |/
| * oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-171-2/+12
| * movenc: create an alternate group for each media typeAnton Khirnov2011-09-171-1/+2
| * rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-174-17/+34
| * pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-173-15/+15
| * rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-171-4/+5
| * Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* | Reject audio tracks with invalid interleaver parameters in RM demuxer.Laurent Aimar2011-09-171-4/+6
* | lavf/utils: rewrite real fps calculation code.Michael Niedermayer2011-09-162-18/+28
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson2011-09-161-0/+4
OpenPOWER on IntegriCloud