1388 Commits (39518b493f4780f1cd5d8e45aed728049a74d556)

Author SHA1 Message Date
Alex Beregszaszi 4b0e52f635 warning fix 22 years ago
Michael Niedermayer 05fd1577be mpeg 2 seeking fix 22 years ago
Alex Beregszaszi bd7d1ea76b Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 22 years ago
Michael Niedermayer e056044824 CODEC_FLAG_LOW_DELAY fix 22 years ago
Michael Niedermayer 27fc5352d0 merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05% 22 years ago
Michael Niedermayer 147e5200ca memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) 22 years ago
Alex Beregszaszi aef3c69d8d moved frame_count to wmadeccontext 22 years ago
Alex Beregszaszi f2899fb1ff uniformization (now it uses the same trace functions as h264, defined in common.h) 22 years ago
Alex Beregszaszi 2ca71015ef unwanted second definition of CHECKED_ALLOCZ 22 years ago
Romain Dolbeau 3efd4952df PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Ivan Kalvachev d55e93e48b Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer aef95c8cb9 fix last_block_index<=0 bug 22 years ago
Michael Niedermayer d9ced4ca4b cleanup / cosmetics 22 years ago
Michael Niedermayer 085565f71f 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) 22 years ago
Alex Beregszaszi 9085af0751 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
Michael Niedermayer a4adb60858 PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Sam Hocevar 2c094d6338 build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) 22 years ago
Michael Niedermayer dc939fd588 fix CHECKED_ALLOCZ(0) 22 years ago
Michael Niedermayer 1e79606dd6 gcc 2.95 workaround 22 years ago
Mike Melanson 2e26c8d204 - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) 22 years ago
Mike Melanson 89ebf4e85e Fix third pixel motion compensation 22 years ago
Michael Niedermayer 8e937a4ad1 2x100l 22 years ago
Michael Niedermayer cb482d2511 blinking blocks around thin vertical lines and dots bugfix 22 years ago
Ivan Kalvachev 1dff7d56ad DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer 2a250222e6 CONFIG_ENCODERS cleanup 22 years ago
Michael Niedermayer 4fb518c392 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer daab329603 fixing concealment MVs prediction 22 years ago
Alex Beregszaszi eb60dddc2e some warning fixes 22 years ago
Mike Melanson a7d3e7729a don't step on the context 22 years ago
Mike Melanson 4e8eed2f3b 4, not 2 22 years ago
Mike Melanson da3b975630 added support for B-frames and multiple slices 22 years ago
Mike Melanson ccdaf63dc3 fix identifier to fix compilation 22 years ago
Michael Niedermayer c009df3f86 make ff_emulated_edge_mc() independant of MpegEncContext 22 years ago
Nick Kurshev cebe4432e9 optimization: merge phases 0 and 1 22 years ago
Michael Niedermayer b1e6b355f7 lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes 22 years ago
Nick Kurshev c3b4e0eb15 to be more precise 22 years ago
Nick Kurshev 860208a400 finally works now 22 years ago
Alex Beregszaszi 971eb237b7 10l 22 years ago
Fabrice Bellard 855127bc92 fixed segfault if sequence header has not been found before slice decoding 22 years ago
Michael Niedermayer 63efe9a7e6 cleanup 22 years ago
Alex Beregszaszi 1433e6c499 a bottle of coke (=0.5l) 22 years ago
Nick Kurshev 0b15bfe7cc some useful warning 22 years ago
Michael Niedermayer e4d2b1f39a lossless jpeg decoding support 22 years ago
Michael Niedermayer 11e659c203 golomb rice codes 22 years ago
Zdenek Kabelac 2248dd89ae * removed redundant includes (they were even wrongly used) 22 years ago
Nick Kurshev b8414bbd16 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga 22 years ago
Fabrice Bellard a9722aa6e5 works with old gcc versions too 22 years ago
Michael Niedermayer c2f1b2cb71 reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) 22 years ago
Michael Niedermayer 7408ad05cc 10l 22 years ago
Michael Niedermayer 5e20f836b3 FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) 22 years ago