aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* gxf: remove gxf_ prefix to timecode metadata keys.Clément Bœsch2011-12-261-3/+3
* dv: add timecode to metadataMatthieu Bouron2011-12-261-0/+77
* segafilm: fail earlier in case theres not enough bytestream left for aMichael Niedermayer2011-12-251-0/+3
* avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes rem...Michael Niedermayer2011-12-251-1/+2
* asfdec: fix endless loop on EOFMichael Niedermayer2011-12-241-1/+1
* sierravmd: limit packetsize to the amount that could be read.Michael Niedermayer2011-12-241-0/+3
* rmdec: Avoid allocating huge packetsMichael Niedermayer2011-12-241-0/+2
* rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer2011-12-241-2/+2
* Make the palette in Quake II CIN files opaque and increase its dynamics.Carl Eugen Hoyos2011-12-241-1/+3
* Make mov palette opaque or load alpha if present.Carl Eugen Hoyos2011-12-241-8/+7
* Make the avi palette opaque.Carl Eugen Hoyos2011-12-241-6/+2
* avio: fix handling of , in urlsMichael Niedermayer2011-12-231-1/+2
* flvdec: disable new midstream param change code not only for h264 but all cases.Michael Niedermayer2011-12-231-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-233-9/+67
|\
| * build: fix standalone compilation of OMA muxerDiego Biurrun2011-12-231-1/+1
| * build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun2011-12-231-1/+1
| * build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun2011-12-231-1/+2
| * mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-212-2/+64
* | udp: support non blocking reads with fifoMichael Niedermayer2011-12-231-0/+3
* | udp: Replace double select() by select+mutex+cond.Michael Niedermayer2011-12-231-14/+27
* | udp: return circular buffer error if such error happened.Michael Niedermayer2011-12-231-0/+2
* | Merge remote-tracking branch 'tjoppen/fuzz_fixes'Michael Niedermayer2011-12-221-11/+44
|\ \
| * | mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2011-12-211-2/+2
| * | mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2011-12-211-1/+3
| * | mxfdec: Sanity check PreviousPartitionTomas Härdin2011-12-211-0/+7
| * | mxfdec: Never seek back in local sets and KLVsTomas Härdin2011-12-211-0/+15
| * | mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2011-12-211-5/+6
| * | mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2011-12-211-1/+9
| * | mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin2011-12-211-1/+1
| * | mxfdec: Check for NULL componentTomas Härdin2011-12-211-1/+1
* | | lavf: Add SMJPEG demuxer.Paul B Mahol2011-12-224-1/+186
* | | libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+3
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-228-28/+139
|\ \ \ | | |/ | |/|
| * | asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-211-1/+1
| * | idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles2011-12-211-13/+14
| * | flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-211-6/+25
| * | libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-212-0/+51
| * | flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-211-0/+39
| * | flacdec: skip all track indices at once instead of looping.Paul B Mahol2011-12-211-3/+2
| * | mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-211-0/+1
| * | mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-12-211-2/+2
| * | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-211-0/+4
| * | mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-211-0/+1
| * | network: properly declare WSADATA in windowsSergey Radionov2011-12-211-1/+4
* | | ipmovie: fix FPEMichael Niedermayer2011-12-221-1/+1
* | | mov: replace AVERROR(EOF) with AVERROR_EOF.Nicolas George2011-12-211-1/+1
* | | Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220'Michael Niedermayer2011-12-211-4/+16
|\ \ \ | | |/ | |/|
| * | mxfdec: Sanity-check SampleRateTomas Härdin2011-12-201-0/+1
| * | mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2011-12-201-0/+5
| * | mxfdec: Remove unused variablesTomas Härdin2011-12-201-2/+2