9215 Commits (1348420b8ae87f19e1659a9a50e74df6e3791b57)

Author SHA1 Message Date
Michael Niedermayer ad9e0ed170 avio: fix handling of , in urls 13 years ago
Michael Niedermayer 8ff4fff774 flvdec: disable new midstream param change code not only for h264 but all cases. 13 years ago
Michael Niedermayer 9f50dafe90 udp: support non blocking reads with fifo 13 years ago
Michael Niedermayer bc900501e0 udp: Replace double select() by select+mutex+cond. 13 years ago
Michael Niedermayer 3dcbafc777 udp: return circular buffer error if such error happened. 13 years ago
Diego Biurrun 4e8d6218c3 build: fix standalone compilation of OMA muxer 13 years ago
Diego Biurrun e2c97aee39 build: fix standalone compilation of Microsoft XMV demuxer 13 years ago
Diego Biurrun 408dbbd0a7 build: fix standalone compilation of Core Audio Format demuxer 13 years ago
Alex Converse 4bf3c8f226 mov: Don't stick the QuickTime field ordering atom in extradata. 13 years ago
Paul B Mahol a4209ad631 lavf: Add SMJPEG demuxer. 13 years ago
Michael Niedermayer 2a85358d4f libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100 13 years ago
Michael Niedermayer 8d960fbc70 ipmovie: fix FPE 13 years ago
Justin Ruggles e9dc920127 asfdec: add side data to ASFStream packet instead of output packet. 13 years ago
Justin Ruggles 3f9257c5a5 idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur. 13 years ago
Martin Storsjö 2215c39e94 flvdec: Add param change side data if the sample rate or channels have changed 13 years ago
Martin Storsjö 3e79c2adb1 libavformat: Add a utility function for adding parameter change side data 13 years ago
Martin Storsjö 251f320f7d flvdec: Export new AAC/H.264 extradata as side data on the next packet 13 years ago
Nicolas George 20af3af575 mov: replace AVERROR(EOF) with AVERROR_EOF. 13 years ago
Paul B Mahol 17c84f4ed2 flacdec: skip all track indices at once instead of looping. 13 years ago
Tomas Härdin c15da5941d mxf: Add PictureEssenceCoding UL for V210. 13 years ago
Tomas Härdin 6547fd9264 mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24* 13 years ago
Daniel Kristjansson adff77f28c mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. 13 years ago
Baptiste Coudurier 4ee04247f0 mxf: H.264/MPEG-4 AVC Intra support 13 years ago
Tomas Härdin cc1dda851b mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows 13 years ago
Tomas Härdin 0cd21ddaed mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() 13 years ago
Tomas Härdin 46d65fb8a5 mxfdec: Sanity check PreviousPartition 13 years ago
Tomas Härdin e7839602f4 mxfdec: Never seek back in local sets and KLVs 13 years ago
Tomas Härdin 184f479096 mxfdec: Move the current_partition check inside mxf_read_header() 13 years ago
Tomas Härdin 4ae7d45170 mxfdec: Fix infinite loop in mxf_packet_timestamps() 13 years ago
Tomas Härdin 2116e4ba91 mxfdec: Check url_feof() in mxf_read_local_tags() 13 years ago
Tomas Härdin 5e5e69d078 mxfdec: Check for NULL component 13 years ago
Michael Niedermayer 077b086dea avio: remove ENOTSUP mention in doxy as its not available on all supported platforms 13 years ago
Sergey Radionov 139cef8e29 network: properly declare WSADATA in windows 13 years ago
Tomas Härdin 7feb7f16a8 mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
Luca Barbato 432f0e5b7d nut: support 10bit YUV 13 years ago
Diego Biurrun a55eb1586c oma: make header compile standalone 13 years ago
Nicolas George b0aaf304a7 Replace PATCHWELCOME by relevant error codes. 13 years ago
Alex Converse 41bdd4adc4 mpegts: Suppress invalid timebase warnings on DMB streams. 13 years ago
Alex Converse d9b89b23df mpegts: Fix typo in handling sections in the PMT. 13 years ago
Michael Niedermayer 154c0a8c98 replace ENOTSUP by AVERROR_PATCHWELCOME 13 years ago
Michael Niedermayer c1acd58198 roq: fix excessive memory alloc 13 years ago
Michael Niedermayer 3c7f75bd84 avidec: move eof check before continue. 13 years ago
Tomas Härdin 5b718009b2 mxfdec: Sanity-check SampleRate 13 years ago
Tomas Härdin 1888bd1b6d mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
Tomas Härdin 54cbbdd25a mxfdec: Remove unused variables 13 years ago
Tomas Härdin 6e9081f4d8 mxfdec: Make sure x < index_table->nb_ptses 13 years ago
Tomas Härdin 085249a379 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
Michael Niedermayer b08a742526 siff: simplify code by using ffio_limit() 13 years ago
Michael Niedermayer 1dcce49e10 soxdec: check av_malloc return. 13 years ago
Luca Barbato 1c66862472 mpegts: rename payload_index to payload_size 13 years ago