| Commit message (Expand) | Author | Age | Files | Lines |
* | Split synth filter out of dca.c. | Michael Niedermayer | 2009-10-28 | 4 | -32/+89 |
* | Split PAM encoder off into its own file. | Diego Biurrun | 2009-10-28 | 3 | -97/+121 |
* | Split the decoders from pnmen.c off into their own file. | Diego Biurrun | 2009-10-28 | 3 | -213/+239 |
* | The encoders in pnmenc.c now depend on the init/end functions in pnm.c. | Diego Biurrun | 2009-10-28 | 1 | -5/+5 |
* | Commit some functions that are used by both SIPR and AMR. | Vitor Sessak | 2009-10-27 | 6 | -0/+107 |
* | Move pixdesc.{h,c} from libavcodec to libavutil. | Stefano Sabatini | 2009-10-27 | 2 | -803/+0 |
* | Consistently use third person in doxies. | Stefano Sabatini | 2009-10-27 | 1 | -5/+5 |
* | Move PNM init/end functions to the PNM common code. | Diego Biurrun | 2009-10-27 | 3 | -35/+37 |
* | whitespace cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-10-27 | 3 | -164/+170 |
* | Remove crufty leftovers from the era when this file resided within libavformat. | Diego Biurrun | 2009-10-27 | 1 | -34/+0 |
* | add some raw codec fourccs, fixes: | Ben Littler | 2009-10-27 | 1 | -0/+7 |
* | Fix indentation. | Benoit Fouet | 2009-10-27 | 1 | -1/+1 |
* | Only memset for palettes of 16 elements. | Benoit Fouet | 2009-10-27 | 1 | -0/+1 |
* | Clarify responsibility for freeing a buffer when using vdpau. | Carl Eugen Hoyos | 2009-10-27 | 1 | -1/+3 |
* | Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. | Stefano Sabatini | 2009-10-26 | 1 | -0/+1 |
* | s/movdqa/movaps/ in sse1 fft. (regression in r20293) | Loren Merritt | 2009-10-25 | 1 | -0/+2 |
* | Bump micro version after the FRWU decoder inclusion | Vitor Sessak | 2009-10-24 | 1 | -1/+1 |
* | Compile LPC code when CONFIG_LPC is set. | Diego Biurrun | 2009-10-23 | 1 | -2/+3 |
* | Build extradata in adpcm_ms encoder. | Daniel Verkamp | 2009-10-22 | 1 | -0/+12 |
* | Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. | Daniel Verkamp | 2009-10-22 | 1 | -0/+2 |
* | sin_tables.c is a generated file, so add it to CLEANFILES | Reimar Döffinger | 2009-10-20 | 1 | -1/+1 |
* | Remove SHIFT_TEMPS from jfdct code. | avcoder | 2009-10-20 | 2 | -8/+0 |
* | Add missing dependency of the S/PDIF muxer on the AAC parser. | Diego Biurrun | 2009-10-19 | 1 | -0/+1 |
* | Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. | Diego Biurrun | 2009-10-19 | 1 | -8/+8 |
* | Add additional long names for the Flash Video decoder and encoder. | Stefano Sabatini | 2009-10-19 | 2 | -2/+2 |
* | Add additional long names for the Sorenson Vector Quantizer 3 decoder. | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Add additional long names for the Sorenson Vector Quantizer 1 decoder | Stefano Sabatini | 2009-10-19 | 2 | -2/+2 |
* | mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make | Reimar Döffinger | 2009-10-19 | 4 | -11/+8 |
* | whitespace cosmetics: prettyprinting, K&R style | Diego Biurrun | 2009-10-19 | 1 | -80/+78 |
* | Flip (M)JPEG frames encoded by Intel JPEG library. | Carl Eugen Hoyos | 2009-10-19 | 2 | -1/+7 |
* | Remove pointless parentheses. | Diego Biurrun | 2009-10-19 | 1 | -8/+4 |
* | cosmetics: Remove pointless parentheses from return statement. | Diego Biurrun | 2009-10-19 | 1 | -2/+2 |
* | Update libx264.c for x264 API change | Jason Garrett-Glaser | 2009-10-19 | 1 | -1/+1 |
* | fix linking on systems with a function name prefix (10l in r20287) | Loren Merritt | 2009-10-18 | 1 | -1/+1 |
* | sync yasm macros to x264 | Loren Merritt | 2009-10-18 | 1 | -5/+3 |
* | fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot... | Charles Yates | 2009-10-18 | 1 | -4/+4 |
* | huffyuv: add some const qualifiers | Loren Merritt | 2009-10-18 | 5 | -11/+11 |
* | simd add_hfyu_left_prediction | Loren Merritt | 2009-10-18 | 4 | -1/+84 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 3 | -1/+5 |
* | WMAPRO: use some type punning in decode_coeffs() | Måns Rullgård | 2009-10-18 | 1 | -13/+25 |
* | Replace big square-root table by a call to ff_sqrt(). Based on a patch | Vitor Sessak | 2009-10-18 | 1 | -17/+4 |
* | Fix typo that mistakenly slipped into previous commit: | Onur Küçük | 2009-10-18 | 1 | -1/+1 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2009-10-18 | 1 | -73/+183 |
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 7 | -77/+72 |
* | Revert r20249, it seems the union trick works everywhere | Michael Niedermayer | 2009-10-17 | 1 | -13/+0 |
* | alacenc : use private compression_level value consistently. | Jai Menon | 2009-10-17 | 1 | -1/+1 |
* | Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). | Alexander Strange | 2009-10-16 | 1 | -1/+1 |
* | Huffyuv: Add missing const to src pointers in dsputil functions. | Alexander Strange | 2009-10-16 | 2 | -8/+8 |
* | Huffyuv: Remove unnecessary allocation in alloc_temp(). | Alexander Strange | 2009-10-16 | 1 | -3/+1 |
* | Huffyuv: Fix a valgrind warning in get_vlc2(). | Alexander Strange | 2009-10-16 | 1 | -0/+1 |