37086 Commits (66fdbcbbc9d24e18c9faaa1f56bce85ccbb25e07)
 

Author SHA1 Message Date
Clément Bœsch 66fdbcbbc9 pan: raise correct error when there is no param specified. 13 years ago
Michael Niedermayer 0bb57f8bf0 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer b955d4072e Revert "Fix multi-channel AAC encoding." 13 years ago
Michael Niedermayer f58d670002 movenc: Decrease default chunk merge limit to 1mb. 13 years ago
Anton Khirnov 0fec2cb15c Remove ffmpeg. 13 years ago
Maksym Veremeyenko 2aadff2e44 limit chunk size to 1GB 13 years ago
Nathan Caldwell 9292fe4a1d aacenc: Simplify windowing 13 years ago
Nathan Caldwell 7946a5acfb aacenc: Move saved overlap samples to the beginning of the same buffer as incoming samples. 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 04af2efaae aacenc: Store channel count in AACEncContext. 13 years ago
Nathan Caldwell 80d44277e6 aacenc: Move Q^3/4 calculation to it's own table 13 years ago
Nathan Caldwell 025ccf1f8b aacenc: Request normalized float samples instead of converting s16 samples to float. 13 years ago
Nathan Caldwell 6381f913d1 aacpsy: Replace an if with FFMAX in LAME windowing. 13 years ago
Nathan Caldwell 207bf44d16 aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make it more clear what is being calculated. 13 years ago
Nathan Caldwell 843cd4a3ed aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons 13 years ago
Nathan Caldwell 5310704190 aacenc: cosmetics: move init() and end() to the bottom of the file. 13 years ago
Nathan Caldwell 17ae608127 aacenc: aac_encode_init() cleanup 13 years ago
Paul B Mahol f7a9b1deee cafdec: fix regression introduced in c7579ad8e8 13 years ago
Michael Niedermayer 14d94a1952 avidec: Fix use of stream_index before validation of its range. 13 years ago
David Mitchell d150a147da Improve support for PGS subtitles. 13 years ago
Michael Niedermayer cf7c7f13cd pthreads: Generic progress lubrication support. 13 years ago
Michael Niedermayer 575d494de5 pthreads: reset got_frames on flush. 13 years ago
Paul B Mahol 27ed027bcd XWD encoder and decoder 13 years ago
Hendrik Leppkes 7662a532fb vc1: don't read the interpfrm and bfraction elements for interlaced frames 13 years ago
Janne Grunau 50a3f9a4bd mxfdec: fix memleak on mxf_read_close() 13 years ago
Paul B Mahol c7579ad8e8 cafdec: replace deprecated get_strz() 13 years ago
Paul B Mahol a6ef7b3a77 cafenc: replace deprecated av_dbl2int() 13 years ago
Justin Ruggles e924a4ba71 westwood: split the AUD and VQA demuxers into separate files. 13 years ago
Michael Niedermayer b9db728a1f libavformat/libavformat.v: fix application name in comment 13 years ago
Michael Niedermayer feb997577b Merge remote-tracking branch 'qatar/master' 13 years ago
Philip Langdale 9bf9c314a0 CrystalHD: Back up extradata to allow decoder reinit to work. 13 years ago
Philip Langdale eaf4bf6df2 CrystalHD: Initialise variables to silence valgrind. 13 years ago
Michael Niedermayer 89ddff92a3 Revert "movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs" 13 years ago
Alexander Strasser 9c909e8e79 build: Describe --nm and -ld options consistently 13 years ago
Michael Niedermayer 199d4478de pthread: Change a signal to a broadcast as multiple threads 13 years ago
Michael Niedermayer 2bb7396bfd base64: 10l endian fix. 13 years ago
Janne Grunau 15cea3695d riff: fix invalid av_freep() calls on EOF in ff_read_riff_info 13 years ago
Michael Niedermayer c6baa4046a avfilter: add some asserts() to check refcounts. 13 years ago
Carl Eugen Hoyos 66b9d7065a pam: Fix a typo that broke writing and reading PAM files. 13 years ago
Alexander Strasser 72b33eade1 build: Support selecting yasm-compatible assembler 13 years ago
Michael Niedermayer 234405315f sws: Fix unscaled >8bit planar chroma handling. 13 years ago
Janne Grunau 20ea14d0f8 mxfdec: fix memleak on av_realloc failures 13 years ago
Hendrik Leppkes 378b7beff5 mpeg12: fixed parsing in some mpeg2 streams 13 years ago
Michael Niedermayer e9a6152e17 lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8 13 years ago
Reimar Döffinger b4ec645f47 Extract some duplicated code. 13 years ago
Reimar Döffinger b64b1608d8 Remove pointless and distracting () 13 years ago
Reimar Döffinger 57608d9029 Simplify: just add header_size directly. 13 years ago
Reimar Döffinger b09c93d7bc Move some duplicated code, simplify. 13 years ago
Reimar Döffinger 0a403588d2 Make variable that always has the same value const. 13 years ago
Reimar Döffinger daa47fdd2c Optimized base64 decode by writing 3 bytes at once. 13 years ago