31725 Commits (0c71cc65266469253d531e8101a211ce8f26387c)
 

Author SHA1 Message Date
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Diego Biurrun 9dec55748c cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions 13 years ago
Diego Biurrun e451c26c5f cabac: drop unused STRICT_LIMITS code branch 13 years ago
Justin Ruggles 9785082c15 libspeexenc: fix pts calculations for more than 1 frame per packet 13 years ago
Justin Ruggles 730280f90d adxdec: clear eof flag and channel states when seeking 13 years ago
Justin Ruggles 3e57573fce fate: add ADX encoding/decoding test 13 years ago
Justin Ruggles 779ef255e6 adx: add an adx muxer 13 years ago
Justin Ruggles 754ebd1a5b adxenc: check output buffer size before writing 13 years ago
Justin Ruggles 1fb47728cd adxenc: use bytestream functions for header writing. 13 years ago
Justin Ruggles 656e606cae adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros 13 years ago
Justin Ruggles f1be41c63d adxenc: use a loop to encode each channel 13 years ago
Justin Ruggles 6c117bd8e0 adxenc: remove unneeded loops 13 years ago
Justin Ruggles 99baf2c7d0 adx: add AVFMT_GENERIC_INDEX to demuxer flags. 13 years ago
Justin Ruggles 613668210b adxenc: avoid stereo deinterleaving 13 years ago
Justin Ruggles 6b77f07074 adxenc: remove unnecessary setting of coded_frame->key_frame. 13 years ago
Justin Ruggles cc40c056d0 adxenc: log an error message and return AVERROR(EINVAL) for invalid channels 13 years ago
Justin Ruggles a85ab8ad45 adxenc: cosmetics: pretty-printing 13 years ago
Justin Ruggles 25edfc88e3 adxenc: change some data types 13 years ago
Justin Ruggles c98c6e18d8 adxenc: remove unneeded log message 13 years ago
Justin Ruggles e3d4f59f95 adxenc: remove unneeded comments 13 years ago
Jonathan Nieder 96d8e18a98 APIchanges: mention cleaned up header includes 13 years ago
Oana Stratulat fd16f56798 fate: add dxtory test 13 years ago
Michael Niedermayer b024209b1f adx_parser: rewrite. 13 years ago
Justin Ruggles 6fd075f180 adxdec: Validate channel count to fix a division by zero. 13 years ago
Michael Niedermayer 4f1a787744 adxdec: Do not require extradata. 13 years ago
Aneesh Dogra cbaef7d16e cmdutils: K&R reformatting cosmetics 13 years ago
Justin Ruggles e49d21306a alacdec: implement the 2-pass prediction type. 13 years ago
Justin Ruggles bb63475aec alacenc: implement the 2-pass prediction type. 13 years ago
Justin Ruggles 149e1b0468 alacenc: do not generate invalid multi-channel ALAC files 13 years ago
Justin Ruggles e76c7b856f alacdec: fill in missing or guessed info about the extradata format. 13 years ago
Kostya Shishkov 490dcda6b6 utvideo: proper median prediction for interlaced videos 13 years ago
Janne Grunau c04a954da6 lavu: bump lavu minor for av_popcount64 13 years ago
Shitiz Garg f37b4efe03 dca: K&R formatting cosmetics 13 years ago
Aneesh Dogra 2e70b2de58 dct: K&R formatting cosmetics 13 years ago
Anton Khirnov 212fd3a1f1 lavf: flush decoders in avformat_find_stream_info(). 13 years ago
Daniel Verkamp 02e8f4272c win32: detect number of CPUs using affinity 13 years ago
Daniel Verkamp b73ec05473 Add av_popcount64 13 years ago
Diego Biurrun 418f066f8c snow: Restore three mistakenly removed casts. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Janne Grunau 264808219d v410enc: fix undefined signed left shift caused by integer promotion 13 years ago
Reinhard Tartler 302371c055 Release notes: mention cleaned up header includes 13 years ago
Reinhard Tartler 4fb930a800 fix Changelog file 13 years ago
Diego Biurrun 8fd35b1aac Fix a bunch of typos. 13 years ago
Diego Biurrun 44b0edda3f Drop some pointless void* return value casts from av_malloc() invocations. 13 years ago
Justin Ruggles 3a1867deac wavpack: fix typos in previous cosmetic clean-up commit 13 years ago
Justin Ruggles 513c238fa9 wavpack: cosmetics: K&R pretty-printing 13 years ago
Anton Khirnov c88d53199b avconv: remove the 'codec framerate is different from stream' warning 13 years ago
Hendrik Leppkes 14165fe125 wavpack: determine sample_fmt before requesting a buffer 13 years ago
Justin Ruggles 8893fbdf7a bmv audio: implement new audio decoding API 13 years ago
Justin Ruggles 03fafdec82 mpegaudiodec: skip all channels when skipping granules 13 years ago