summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-1942-237/+237
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-191-2/+2
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-191-19/+46
* uint16->uint8Michael Niedermayer2007-01-191-3/+3
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-181-4/+4
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-171-13/+19
* CosmeticsLuca Barbato2007-01-171-10/+17
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-171-0/+2
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-161-0/+2
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-161-1/+1
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-161-0/+1
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-151-0/+4
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+5
* avcodec_decode_audio2()Michael Niedermayer2007-01-144-10/+41
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-141-2/+2
* cosmetics: reindentAurelien Jacobs2007-01-141-5/+5
* add support for another variant of vp6Aurelien Jacobs2007-01-142-7/+29
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-141-1/+1
* some interlaced direct sanity checksMichael Niedermayer2007-01-132-0/+5
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-131-8/+8
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-131-1/+4
* print error when decoding failsBaptiste Coudurier2007-01-101-0/+1
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-101-2/+0
* add missing bit from commit r7423Guillaume Poirier2007-01-071-0/+213
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-072-0/+4
* enable bidirectional me with x264Robert Swain2007-01-071-0/+1
* cosmetics: Reorder external libraries.Diego Biurrun2007-01-071-19/+14
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-072-2/+2
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-063-12/+12
* variable renaming: dts --> libdtsDiego Biurrun2007-01-062-2/+2
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-063-7/+7
* maybe fixing a segfaultMichael Niedermayer2007-01-031-0/+6
* dead code removialMichael Niedermayer2007-01-031-3/+1
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-021-14/+36
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-0/+15
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-261-1/+1
* Musepack SV7 decoding supportKostya Shishkov2006-12-245-2/+558
* skiprdMichael Niedermayer2006-12-234-1/+37
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-222-1/+3
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-221-1/+1
* more simplificationAurelien Jacobs2006-12-211-3/+1
* 10lMichael Niedermayer2006-12-211-0/+5
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-211-1/+1
* simplifyMichael Niedermayer2006-12-211-1/+1
* use qscale_table in adaptive quantMichael Niedermayer2006-12-211-0/+1
* simplifyMichael Niedermayer2006-12-211-2/+2
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-211-0/+1
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-213-2/+24
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-211-1/+16
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-211-1/+0
OpenPOWER on IntegriCloud