summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-18
* fix 4MV MC and reinstate new MC VLCMike Melanson2005-05-18
* fix shared libpostproc buildMåns Rullgård2005-05-18
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-18
* reduce size of Vp3Fragment from 32byte to 16byteMichael Niedermayer2005-05-18
* optimizing rle decoding loops a littleMichael Niedermayer2005-05-18
* disabling buggy optimizationsMichael Niedermayer2005-05-18
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-18
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-17
* signature has an 'x'Mike Melanson2005-05-17
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-17
* some optimizations gcc should have done (10% faster loop filter)Michael Niedermayer2005-05-17
* SATURATE_U8 -> clip_uint8 (10% faster loop filter)Michael Niedermayer2005-05-17
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
* remove duplicate zigzag tablesMichael Niedermayer2005-05-17
* fix idct permutationMichael Niedermayer2005-05-17
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-17
* remove permutation done to quant tables and then undone during idctMichael Niedermayer2005-05-17
* disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ...Michael Niedermayer2005-05-17
* fix last coeffMichael Niedermayer2005-05-17
* clear blocks after each idct instead of per pictureMichael Niedermayer2005-05-17
* parse and save hrd_fullness and range_mapIvan Kalvachev2005-05-16
* some benchmarking codeMichael Niedermayer2005-05-16
* various 10l fixes for the loop filterMichael Niedermayer2005-05-16
* whitespace cosmeticsIvan Kalvachev2005-05-16
* fix dequant matrixMichael Niedermayer2005-05-16
* another try at decode_ref_pic_list_reordering()Michael Niedermayer2005-05-15
* work with latest svn of x264Måns Rullgård2005-05-14
* preserve parse contextMichael Niedermayer2005-05-14
* fill missing reference pictures with something to avoid assertion failureMichael Niedermayer2005-05-14
* 10l (%f vs. %Ld)Michael Niedermayer2005-05-13
* fix theora header parsingMatthieu Castet2005-05-13
* remove/replace non-ascii charactersMåns Rullgård2005-05-13
* change extradata format for vorbisMåns Rullgård2005-05-13
* alignment fix by (Gábor Kovács >picard demoscene hu)Michael Niedermayer2005-05-13
* 10l (mb_type uninitalized and then changed and overwritten)Michael Niedermayer2005-05-13
* typo found by Chengji ZhaoMichael Niedermayer2005-05-12
* arm alignment fixMichael Niedermayer2005-05-12
* few bistream fixes and verbosity tweaksIvan Kalvachev2005-05-12
* sanity checkMichael Niedermayer2005-05-12
* some asserts()Michael Niedermayer2005-05-12
* b_frame_strategy sanity checkMichael Niedermayer2005-05-12
* Add missing pp=ac to pp_help.Diego Biurrun2005-05-11
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-11
* theora decoding using libtheoraMåns Rullgård2005-05-11
* support the LE reader, so it can be tested a littleMichael Niedermayer2005-05-11
* LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer2005-05-11
* typoMichael Niedermayer2005-05-10
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10