4582 Commits (ca6940f871c2b8fdd056407f7928659d42c6d1b0)

Author SHA1 Message Date
Michael Niedermayer ca6940f871 increase bits for non default highprecision mode 18 years ago
Michael Niedermayer ae232dd740 code for testing the accuracy of the resampler 18 years ago
Michael Niedermayer 66a148a19a remove dithering of filter coefficients, improves precision by 1-2 bits and 18 years ago
Kostya Shishkov c72e05ba0f Smacker Audio stereo fix 18 years ago
Ian Braithwaite 058ee0cf95 Small simplifications to subband coefficient handling and use av_random(). 18 years ago
Loren Merritt 0ec4bc6a27 oops, encoder was under ifdef decoders. 18 years ago
Kostya Shishkov b314cfe709 Correctly handle data_size on decoding 18 years ago
Justin Ruggles b5a05cc295 fix handling of special case for lowest snroffset. regressions are unaffected. 18 years ago
Baptiste Coudurier 8a0cdea157 10l, fix debug, dprintf does not have log level 18 years ago
Baptiste Coudurier 52b6bad219 dnxhd decoder 18 years ago
Bill O'Shaughnessy 4140a5234e AC-3 encoded volume is too high. Revert revision 7160: 18 years ago
Måns Rullgård d7645fb9db fix init_vlc() with nonzero flags 18 years ago
Justin Ruggles 575bf46f16 split ac3_parametric_bit_allocation into 3 separate functions 18 years ago
Kostya Shishkov 9a44385e1a Zero MV vectors for P frame intra blocks 18 years ago
Loren Merritt d2bfaf8aae huffyuv rgb encoder 18 years ago
Kostya Shishkov 7c9712335b indentation 18 years ago
Kostya Shishkov ab47579565 Proper handling of motion vectors for adv. profile 18 years ago
Justin Ruggles 495529f7df hardcode ff_ac3_frame_sizes table 18 years ago
Bobby Bingham 92964be895 Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
Bobby Bingham e8952fa571 Move the encoding of the image data to its own function. 18 years ago
Bobby Bingham 552cf71281 Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
John Dalgliesh 5885dda4c5 force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 18 years ago
Ian Braithwaite baab295750 subband_coef_noise -> subband_coef_sign 18 years ago
Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 18 years ago
Michael Niedermayer 7ca6cc099c 10l for myself, fixing --disable-encoders 18 years ago
Kostya Shishkov 33a0dd378a DXA demuxer and decoder 18 years ago
Michael Niedermayer 0769498a9f deprecate ff_realloc_static 18 years ago
Michael Niedermayer f78da6d64f 10l to whoever wrote this 18 years ago
Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 years ago
Michael Niedermayer efddbce9d0 move RLTable stuff to its own header 18 years ago
Michael Niedermayer 6bd10f2de5 kill av_mallocz_static() 18 years ago
Baptiste Coudurier b21c9af936 reindent after last commit 18 years ago
Baptiste Coudurier 1153be3be1 h264 complete frames parsing support 18 years ago
Michael Niedermayer 08cb195020 kill 3 more av_mallocz_static() 18 years ago
Michael Niedermayer 9608652dc1 kill another 2 av_mallocz_static() 18 years ago
Michael Niedermayer 2df6e97872 kill a av_mallocz_static() 18 years ago
Michael Niedermayer e2e712e7c1 10^10l to whoever wrote this 18 years ago
Michael Niedermayer 0c3c674cde remove useless static cm variable 18 years ago
Michael Niedermayer 861450d551 cosmetic 18 years ago
Michael Niedermayer 3e207bb1bd remove silly static int done protecting the initalization of 32 elements to 1 18 years ago
Michael Niedermayer 2d2020b825 remove redundant memset() 18 years ago
Michael Niedermayer 5ac0915179 dont malloc() static mv_penalty arrays 18 years ago
Michael Niedermayer ca2a0c938e deprecate av_mallocz_static() 18 years ago
Ian Braithwaite 85e7386ae0 Combine the window and overlap loops, 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Benjamin Larsson 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 years ago
Ian Braithwaite e7485bf378 Replace custom modified discrete cosine transform with ffmpeg's own. 18 years ago
Justin Ruggles 43a0791b66 the AC-3 parser needs ac3.o 18 years ago
Justin Ruggles 2476139973 move AC-3 header parsing to ac3.c 18 years ago
Kostya Shishkov c81ab015f8 Correctly ME border blocks 18 years ago