Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-25sierravmd: limit packetsize to the amount that could be read.Michael Niedermayer
2011-12-25rmdec: Avoid allocating huge packetsMichael Niedermayer
2011-12-24rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer
2011-12-24Make the palette in Quake II CIN files opaque and increase its dynamics.Carl Eugen Hoyos
2011-12-24Make mov palette opaque or load alpha if present.Carl Eugen Hoyos
2011-12-24Make the avi palette opaque.Carl Eugen Hoyos
2011-12-24avio: fix handling of , in urlsMichael Niedermayer
2011-12-24flvdec: disable new midstream param change code not only for h264 but all cases.Michael Niedermayer
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23udp: support non blocking reads with fifoMichael Niedermayer
2011-12-23udp: Replace double select() by select+mutex+cond.Michael Niedermayer
2011-12-23udp: return circular buffer error if such error happened.Michael Niedermayer
2011-12-23build: fix standalone compilation of OMA muxerDiego Biurrun
2011-12-23build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun
2011-12-23build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun
2011-12-22Merge remote-tracking branch 'tjoppen/fuzz_fixes'Michael Niedermayer
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-22lavf: Add SMJPEG demuxer.Paul B Mahol
2011-12-22libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100Michael Niedermayer
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22ipmovie: fix FPEMichael Niedermayer
2011-12-22asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles
2011-12-22idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles
2011-12-22flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-22libavformat: Add a utility function for adding parameter change side dataMartin Storsjö
2011-12-22flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö
2011-12-21mov: replace AVERROR(EOF) with AVERROR_EOF.Nicolas George
2011-12-21flacdec: skip all track indices at once instead of looping.Paul B Mahol
2011-12-21mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin
2011-12-21mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin
2011-12-21mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson
2011-12-21mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier
2011-12-21Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220'Michael Niedermayer
2011-12-21mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin
2011-12-21mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin
2011-12-21mxfdec: Sanity check PreviousPartitionTomas Härdin
2011-12-21mxfdec: Never seek back in local sets and KLVsTomas Härdin
2011-12-21mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2011-12-21mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin
2011-12-21mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin
2011-12-21mxfdec: Check for NULL componentTomas Härdin
2011-12-21avio: remove ENOTSUP mention in doxy as its not available on all supported pl...Michael Niedermayer
2011-12-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21network: properly declare WSADATA in windowsSergey Radionov
2011-12-21mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin
2011-12-21nut: support 10bit YUVLuca Barbato
2011-12-21oma: make header compile standaloneDiego Biurrun
2011-12-20Replace PATCHWELCOME by relevant error codes.Nicolas George
2011-12-20mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse
2011-12-20mpegts: Fix typo in handling sections in the PMT.Alex Converse