summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-27
* Consistently use third person in doxies.Stefano Sabatini2009-10-27
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-27
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-27
* Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun2009-10-27
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
* Fix indentation.Benoit Fouet2009-10-27
* Only memset for palettes of 16 elements.Benoit Fouet2009-10-27
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-27
* Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.Stefano Sabatini2009-10-26
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-25
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-24
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-23
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
* Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp2009-10-22
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-20
* Remove SHIFT_TEMPS from jfdct code.avcoder2009-10-20
* Add missing dependency of the S/PDIF muxer on the AAC parser.Diego Biurrun2009-10-19
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-19
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini2009-10-19
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
* Remove pointless parentheses.Diego Biurrun2009-10-19
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-19
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-19
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-18
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-18
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Revert r20249, it seems the union trick works everywhereMichael Niedermayer2009-10-17
* alacenc : use private compression_level value consistently.Jai Menon2009-10-17
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-16
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange2009-10-16
* Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange2009-10-16
* alacenc : Move some code around for clarity.Jai Menon2009-10-16
* mlp: Indent.Ramiro Polla2009-10-16
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-16
* mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger2009-10-16
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16