summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-05
* even more cbp safetyStefan Gehrer2006-07-05
* missed removing this line in my last commitStefan Gehrer2006-07-05
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-04
* Mark read-only data as const. Patch by stefan huehner org.Stefan Huehner2006-07-04
* return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer2006-07-04
* simplify intra prediction mode decodingMichael Niedermayer2006-07-04
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-04
* minor simplificationnMichael Niedermayer2006-07-04
* Implement intensity compensationKostya Shishkov2006-07-04
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-04
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-04
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-03
* cosmetic patch:Stefan Gehrer2006-07-03
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-03
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-03
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-03
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* porder patch by (Justin Ruggles jruggle a t earthlink d ot net)Justin Ruggles2006-07-03
* 4-MV decoding supportKostya Shishkov2006-07-03
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
* remove redundant macro definitionsMåns Rullgård2006-07-02
* kill warningMåns Rullgård2006-07-02
* CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)Stefan Gehrer2006-07-02
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-02
* 3 lines while -> 1 line for loopMichael Niedermayer2006-07-02
* simplifyMichael Niedermayer2006-07-02
* simplify compute_autocorrMichael Niedermayer2006-07-02
* dont use memcpy for copying structsMichael Niedermayer2006-07-02
* simplifyMichael Niedermayer2006-07-02
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
* simplifyMichael Niedermayer2006-07-02
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-02
* remove unneeded castsMåns Rullgård2006-07-02
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-02
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-01
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-01
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-01
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-01
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-01
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-01
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-30
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-30
* typoKostya Shishkov2006-06-30
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-30
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29