summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-09
* few more error checksMichael Niedermayer2003-07-08
* the reference sw doesnt like some legal headers ...Michael Niedermayer2003-07-07
* warning fixAlex Beregszaszi2003-07-07
* mpeg 2 seeking fixMichael Niedermayer2003-07-07
* Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....Alex Beregszaszi2003-07-07
* CODEC_FLAG_LOW_DELAY fixMichael Niedermayer2003-07-06
* merge U and V statistics, 33% reduction in memory requirement, compression ra...Michael Niedermayer2003-07-05
* memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)Michael Niedermayer2003-07-05
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-04
* uniformization (now it uses the same trace functions as h264, defined in comm...Alex Beregszaszi2003-07-04
* unwanted second definition of CHECKED_ALLOCZAlex Beregszaszi2003-07-04
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-04
* Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-07-03
* fix last_block_index<=0 bugMichael Niedermayer2003-07-03
* cleanup / cosmeticsMichael Niedermayer2003-07-02
* 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2...Michael Niedermayer2003-07-02
* moved the tables into header files (and applied the 'static' patch). Nick: wh...Alex Beregszaszi2003-06-29
* PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at iri...Michael Niedermayer2003-06-29
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-29
* fix CHECKED_ALLOCZ(0)Michael Niedermayer2003-06-28
* gcc 2.95 workaroundMichael Niedermayer2003-06-28
* - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson2003-06-27
* Fix third pixel motion compensationMike Melanson2003-06-27
* 2x100lMichael Niedermayer2003-06-27
* blinking blocks around thin vertical lines and dots bugfixMichael Niedermayer2003-06-26
* DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-06-23
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* fixing concealment MVs predictionMichael Niedermayer2003-06-21
* some warning fixesAlex Beregszaszi2003-06-20
* don't step on the contextMike Melanson2003-06-20
* 4, not 2Mike Melanson2003-06-20
* added support for B-frames and multiple slicesMike Melanson2003-06-19
* fix identifier to fix compilationMike Melanson2003-06-19
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
* optimization: merge phases 0 and 1Nick Kurshev2003-06-18
* lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixesMichael Niedermayer2003-06-17
* to be more preciseNick Kurshev2003-06-17
* finally works nowNick Kurshev2003-06-17
* 10lAlex Beregszaszi2003-06-16
* fixed segfault if sequence header has not been found before slice decodingFabrice Bellard2003-06-16
* cleanupMichael Niedermayer2003-06-16
* a bottle of coke (=0.5l)Alex Beregszaszi2003-06-16
* some useful warningNick Kurshev2003-06-16
* lossless jpeg decoding supportMichael Niedermayer2003-06-15
* golomb rice codesMichael Niedermayer2003-06-13
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-13
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code fro...Nick Kurshev2003-06-13
* works with old gcc versions tooFabrice Bellard2003-06-10