13842 Commits (5cb9c725f2a556b62553bc1473d0861c0d7456d9)
 

Author SHA1 Message Date
Vladimir Voroshilov 1cf3ee2d1c Fixed-point implementation of ff_cos, ff_log2, ff_exp2. 17 years ago
Baptiste Coudurier bf52a72023 10l, alphabetical order 17 years ago
Baptiste Coudurier eb034aca18 yes it is true for mp4 17 years ago
Baptiste Coudurier 43612ffe25 remove unneeded variable 17 years ago
Baptiste Coudurier baf9fb32c0 move vars decls where vars are used 17 years ago
Baptiste Coudurier 3b4eccabae identation 17 years ago
Baptiste Coudurier e67fe90c40 remove no more needed field 17 years ago
Baptiste Coudurier 62377fec30 remove unused var 17 years ago
Baptiste Coudurier 9ff8976dad remove ima qt decoding hack, decode whole frame at once 17 years ago
Baptiste Coudurier d29ee34ce3 fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels 17 years ago
Baptiste Coudurier 45a97d3018 set channels and sample rate from mpeg4audio config 17 years ago
Baptiste Coudurier 4afaffca9e mov demuxer depends on mpeg4audio code now 17 years ago
Baptiste Coudurier 0c691995bf cosmetics 17 years ago
Baptiste Coudurier 1dec399449 parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files 17 years ago
Baptiste Coudurier 69b1c62756 update doc 17 years ago
Baptiste Coudurier 7e6273322c error is -1 17 years ago
Baptiste Coudurier cfb5a2abcb cosmetics 17 years ago
Baptiste Coudurier 47e1d7efce move vars decls where vars are used 17 years ago
Baptiste Coudurier 8cd92bb915 parser should not be needed anymore, merge cases and set frame size for amr too 17 years ago
Michel Bardiaux 202aca676f Make sure some value is always returned via data_size 17 years ago
Baptiste Coudurier 3b8c000d1e lower frame size to split amr/qcelp/gsm frames 17 years ago
Michel Bardiaux 96ddaff5ec Allow bitrates zero and 13200 (needed for decoding mov and aiff) 17 years ago
Baptiste Coudurier 37ffe34bf3 align and remove useless braces 17 years ago
Baptiste Coudurier 1c126b4f38 cosmetics, remove whitespaces in tags 17 years ago
Baptiste Coudurier cc326d2bf3 set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov 17 years ago
Baptiste Coudurier 07a47ae2a3 pts are unsigned according to specs, fix negative pts when 32bit pts are used 17 years ago
Baptiste Coudurier 254629b1aa set wrap bits to 32bit to actually use it 17 years ago
Måns Rullgård 7622778ed7 Revert "Adjust pkg-config files to include files residing in separate subdirectories." 17 years ago
Michael Niedermayer 903a2e8628 Avoid using reserved __names. 17 years ago
Michael Niedermayer ceedda75ea minor memleak 17 years ago
Bartlomiej Wolowiec 0c79b1402a add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() 17 years ago
Michael Niedermayer 81d5ae6dec Fixing memleaks. 17 years ago
Baptiste Coudurier 287d6cfad7 cosmetics: remove useless whitespaces and put braces correctly 17 years ago
Baptiste Coudurier 3f78a3a955 demux qcelp, so this can work with soc decoder and stream copy 17 years ago
Baptiste Coudurier 76f34857ce qcelp fourcc 17 years ago
Diego Biurrun 5cd505e01f Adjust pkg-config files to include files residing in separate subdirectories. 17 years ago
Baptiste Coudurier 463e7afd18 support for alac in .mov 17 years ago
Baptiste Coudurier be51192502 set alac frame size from extradata 17 years ago
Thorsten Jordan 3fd6b3368a Set pixel aspect ratio for libxvid wrapper. 17 years ago
Stefano Sabatini 95a6a015e3 Enhance documentation for AVClass 17 years ago
Gianluigi Tiesi 8d94f6065b Support shared pthreads-win32. 17 years ago
Michael Niedermayer 5fd63f3c3b Ensure that the timestamp reading code used for seeking chooses a position 17 years ago
Ramiro Polla a960000304 Fix regression introduced by r12929. 17 years ago
Ramiro Polla 9ed0cff98e The code now is pretty self explanatory about the header structure. 17 years ago
Ramiro Polla fc22c00935 Use bytestream functions for reading frame header. 17 years ago
Thorsten Jordan 904bc6b80a Make Xvid wrapper use threads (with support for newest CVS Xvid only) 17 years ago
Stefano Sabatini c48da33c63 Send context to some ffmpeg.c opt* function 17 years ago
Rafaël Carré b4bbcd635f Read asf file header fields in the right order 17 years ago
Stefano Sabatini 3ade5d56d0 Add supported_samplerates field to AVCodec 17 years ago
Diego Biurrun 9fa58f19ff Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library 17 years ago