14485 Commits (f7459bcfc5b54554f95616214696b2a9d189d7fa)

Author SHA1 Message Date
Michael Niedermayer 48218580e1 avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0 11 years ago
Michael Niedermayer 5800b08572 avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0 11 years ago
Michael Niedermayer ed7f1a5c20 avformat/metadata: allow ff_metadata_conv() to be called with NULL saftely 11 years ago
Michael Niedermayer ee27b11306 avformat/riff: fix demuxing of h264 INMC 11 years ago
Michael Niedermayer c9db8694a8 avisynth: fix setting packet properties 11 years ago
Anton Khirnov 5ef11b8dcc yuv4mpeg: set average frame rate 11 years ago
Anton Khirnov 33018907bd mp3enc: allow omitting the id3v2 header with -id3v2_version 0 11 years ago
Anton Khirnov f9cc6883a4 mp3enc: add an option for disabling the Xing frame. 11 years ago
Carl Eugen Hoyos fe9f575924 Warn if s16be is muxed into flv. 11 years ago
Carl Eugen Hoyos cb36e441de Never favour an audio stream with 0 channels in av_find_best_stream(). 11 years ago
Carl Eugen Hoyos 1132937077 Do not read mkv audio bit_depth if bits_per_coded_sample is already set. 11 years ago
Carl Eugen Hoyos 565102dcac Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726. 11 years ago
Michael Niedermayer b948ab8132 avformat/jvdec: clear packet padding after downsize 11 years ago
Michael Niedermayer fd334b9b6e avformat/mxfdec: fix typo in error check of mxf_edit_unit_absolute_offset() 11 years ago
Martin Storsjö 2620df1310 mov: Free an earlier allocated array if allocating a new one 11 years ago
Martin Storsjö d51f09962d mov: Free intermediate arrays in the normal cleanup function 11 years ago
Michael Niedermayer b2ae92110f avcodec/flashsv: check avio_read() return in mov_read_udta_string() 11 years ago
Tomas Härdin cc1e3ace63 mxf: Fix potential leak in mxf_read_local_tags() 11 years ago
Tomas Härdin 8b708f1c6b mxf: Correctly support files from Pinnacle Thunder 11 years ago
Michael Niedermayer 0d6605c7ef mxf: Fix a possible leak of extradata 11 years ago
Luca Barbato 1a4e4ad0e0 mxf: Use av_malloc_array 11 years ago
Luca Barbato f5fbbbc022 mxf: Drop unnecessary checks 11 years ago
Marton Balint aa0cb16c15 mxf: Fix off by one error in d10 aes3 decoding 11 years ago
Luca Barbato 42f9132218 mxf: Do not use int to check the seek position 11 years ago
Reimar Döffinger d84bd4650b mxf: Set AV_FIELD_PROGRESSIVE 11 years ago
Andrey Myznikov b79bccba80 avformat/librtmp: Fix memory leak if RTMP_ConnectStream() fails 11 years ago
Michael Niedermayer 05c78f345b avformat/utils: av_probe_input_buffer2 decrease difference to libav 11 years ago
Michael Niedermayer 05886c9d4e avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_probe_data() 11 years ago
Michael Niedermayer 8c3b026a0e avformat/utils/av_probe_input_buffer2: fix offset check 11 years ago
Michael Niedermayer 6a2064820b avformat/utils/av_probe_input_buffer2: Fix pd.buf_size 11 years ago
Anton Khirnov 2115a35974 lavf: make av_probe_input_buffer more robust 11 years ago
Anton Khirnov 8b76362836 lavf: use a fixed width type 11 years ago
Anton Khirnov c1868e7ee7 lavf: simplify handling of offset in av_probe_input_buuffer() 11 years ago
Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload 11 years ago
Benjamin Larsson 547f834537 flv: Workaround for buggy Omnia A/XE encoder 11 years ago
Clément Bœsch b84a7330af avformat/pjsdec: dont increase pointer when its already at the end in read_ts() 11 years ago
Michael Niedermayer a1ed1c2193 avformat/matroskadec: check generic audio deinterleaver sub_packet_size against frame_size 11 years ago
Michael Niedermayer 396ddcf22d avformat/flvdec: initialize context before reading from it 11 years ago
Michael Niedermayer e2bb185e62 nut: Support XYZ12 rawvideo 11 years ago
Michael Niedermayer 4cb9c20136 avformat/avisynth simplify packet allocation 11 years ago
Michael Niedermayer 4162ceea93 avformat/mxfdec: check avio_read(UID) result 11 years ago
Michael Niedermayer 7f9697aa11 avformat/nutdec: fix packet end clearing 11 years ago
Michael Niedermayer 77d2a1ca59 avformat/rmdec: when reading audio blocks, dont leave holes when reading fails 11 years ago
Justin Ruggles aa69cbc9e0 flac muxer: add option to disable writing the global header 11 years ago
Maxim Polijakowski e6f0bb6527 ATRAC3+ decoder 11 years ago
rogerdpack 2be1e1b223 avformat/udp: debug log udp socket size 11 years ago
Stephen Hutchinson 16ae337bd8 avisynth: Use av_packet_from_data instead of av_new_packet 11 years ago
Anton Khirnov 02dd178d9d avisynth: More av_new_packet changes 11 years ago
Michael Niedermayer 1c010fd035 avformat/mxfdec: detect loops during header parsing 11 years ago
Carl Eugen Hoyos 94cf4f8bac Use the h264 parser when decoding VSSH in avi. 11 years ago