33605 Commits (8ccc1c597534ece9f3710a979b8a3fd6e43220a6)
 

Author SHA1 Message Date
Michael Niedermayer 0ca4414d0f audemux: Add a sanity check for the number of channels 13 years ago
Diego Biurrun a229d6c285 Remove libdirac decoder. 13 years ago
Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters. 13 years ago
Luca Barbato 1381081cdb avconv: fix off by one check in complex_filter 13 years ago
Martin Storsjö 269cb6751b mpegts: Try seeking back even for nonseekable protocols 13 years ago
Diego Biurrun 9b75ae05cf swscale: K&R formatting cosmetics (part III) 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Mans Rullgard d7458bc8c6 dsputil: remove unused functions 13 years ago
Yusuke Nakamura 94c9bf8887 mov: Treat keyframe indexes as 1-origin if starting at non-zero. 13 years ago
Yusuke Nakamura ba9869311f mov: Take stps entries into consideration also about key_off. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Mans Rullgard 95510be8c3 avcodec: remove AVCodecContext.dsp_mask 13 years ago
Anton Khirnov 2994913d70 avconv: fix a segfault when default encoder for a format doesn't exist. 13 years ago
Jan Ekström b5c3f0b994 utvideo: general cosmetics 13 years ago
Alex Converse 7eacd70fea aac: Handle HE-AACv2 when sniffing a channel order. 13 years ago
Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 13 years ago
Diego Biurrun f973a85d4a xxan: Remove write-only variable in xan_decode_frame_type0(). 13 years ago
Diego Biurrun b1563d0cf9 ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Justin Ruggles acb1730218 FATE: allow lavf tests to alter input parameters 13 years ago
Justin Ruggles 5052980400 FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test 13 years ago
Justin Ruggles 03caef1bed FATE: replace the acodec-g726 test with 4 new encode/decode tests 13 years ago
Justin Ruggles a6c8cca2a8 FATE: replace current g722 encoding tests with an encode/decode test 13 years ago
Justin Ruggles 870165e217 FATE: add a pattern rule for generating asynth wav files 13 years ago
Justin Ruggles 010943c6ce FATE: optionally write a WAVE header in audiogen 13 years ago
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 13 years ago
Diego Biurrun 2b98377935 dv: Initialize encoder tables during encoder init. 13 years ago
Diego Biurrun f2e4465522 dv: Replace some magic numbers by the appropriate #define. 13 years ago
Justin Ruggles 9cc338b1de FATE: pass the decoded output format and audio source file to enc_dec_pcm 13 years ago
Justin Ruggles c755b1fbbc FATE: specify the input format when decoding in enc_dec_pcm() 13 years ago
Loren Merritt 705f3d4759 x86inc: support AVX abstraction for 2-operand instructions 13 years ago
Mans Rullgard e73ec9216b configure: detect PGI compiler and set suitable flags 13 years ago
Justin Ruggles d8b06521a9 avconv: check for an incompatible changing channel layout 13 years ago
Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 13 years ago
Mans Rullgard 9d72c0527c nutdec: add malloc check and fix const to non-const conversion warnings 13 years ago
Diego Biurrun 0f53601ac6 ppc: drop unused function dct_quantize_altivec() 13 years ago
Diego Biurrun aa3f2cb584 mpegaudiodec: Do not discard mp_decode_frame() return value. 13 years ago
Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero 13 years ago
Luca Barbato ac97d47d9b mkv: use av_reduce instead of av_d2q for framerate estimation 13 years ago
Luca Barbato 204bcdf56c mkv: report average framerate as minimal as well 13 years ago
Alex Converse df8d5eaa14 avcodec_string: Favor AVCodecContext.codec over the default codec. 13 years ago
Alex Converse b5d2bf964b cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow. 13 years ago
Reimar Döffinger 0f96f0d996 aacenc: Fix issues with huge values of bit_rate. 13 years ago
Diego Biurrun db6e26d70c dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit(). 13 years ago
Kostya Shishkov 83632cbb11 proresenc: multithreaded quantiser search 13 years ago
Justin Ruggles 8099fc763b riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE header 13 years ago
Justin Ruggles b1041f8048 avconv: only set the "channels" option when it exists for the specified input format 13 years ago
Luca Barbato 6943fb47d3 avplay: update get_buffer to be inline with avconv 13 years ago
Alex Converse 9fb7e14635 aacdec: More robust output configuration. 13 years ago
Carl Eugen Hoyos af2f655c02 faac: Fix multi-channel ordering 13 years ago