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