2949 Commits (39a64e3023436af020fb2846880f99c2160e13f2)

Author SHA1 Message Date
Corey Hickey 39a64e3023 sc_factor support for encoding. 19 years ago
Reimar Döffinger f53a2931cf faster copy functions for lzo decoder that also need padding 19 years ago
Måns Rullgård 62327e2852 native ac3 parser 19 years ago
Justin Ruggles 13c7145135 Implement audio cutoff frequency to the vorbis encoder. 19 years ago
Loren Merritt 48d1b9a17c fix convergence of snow iterative_me 19 years ago
Loren Merritt 3de79d0dca revert 1.83 because it's not needed 19 years ago
Benjamin Larsson 82863d1e02 Silence warnings, these came when some tables got declared as const. 19 years ago
Måns Rullgård 806011f2ad place SPS/PPS in extradata if GLOBAL_HEADER flag is set 19 years ago
Loren Merritt d3ac6ed667 detect when iterative_me fails to converge, and stop searching 19 years ago
Måns Rullgård 950c2790a2 interpret H264 VUI timing info correctly 19 years ago
Loren Merritt b104969fab obmc-aware 4mv 19 years ago
Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
Reimar Döffinger d3c71c5002 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
Diego Biurrun 69e9b2cf45 Define separate version number for libpostproc. 19 years ago
Diego Biurrun ba64106a39 Remove redundant --enable-shared-pp configure option and make the PP code 19 years ago
jwestfall@surrealistic.net dd1a74d25d Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. 19 years ago
Diego Biurrun 4bdd05e76f Move library name generation to configure, simplifies build system a bit more. 19 years ago
Diego Biurrun 1c7a8c17ff Fix a bunch of spelling/grammar mistakes in doxygen comments and output. 19 years ago
Reimar Döffinger a9318df2f8 get_byte may not return -1 on error, since it can lead to a negative backptr. 19 years ago
Reimar Döffinger d66fbc14de Wrong state handling causing decompression errors in some cases 19 years ago
Diego Biurrun f3b6010916 Create symbolic links for all library sonames and clean up Makefiles. 19 years ago
Diego Biurrun 45e63d13d5 CamStudio video decoder 19 years ago
Diego Biurrun fa30d08202 Change this Makefile to be consistent with all the others. 19 years ago
Diego Biurrun dfd15b6e4f minor consistency fix 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer c8a596d210 bugs found by valgrind 19 years ago
Reimar Döffinger 517840c654 Our own LZO (1X) implementation, under LGPL and optimized for readability. 19 years ago
Loren Merritt 1015631b79 faster iterative_me: avoid duplicate mc of neighboring blocks. 19 years ago
Diego Biurrun fb3d46da69 Move Darwin shared library build peculiarities to configure. 19 years ago
Luca Abeni 14f0c8e28a Parameter added for user to set the cutoff frequency when encoding with faac. 19 years ago
Reimar Döffinger e0f80bd744 CamStudio decoder, only 32 bit lzo mode is tested 19 years ago
Loren Merritt e8b562087d tweak h264_biweight 19 years ago
Loren Merritt 70abb40759 tweak inlines. 19 years ago
Diego Biurrun 32504425d0 consistency cosmetics 19 years ago
Loren Merritt 8bf755d4ff 10l: bidir_refine didn't save the new mvs. also improve speed. 19 years ago
Jacob Meuser 62e60aed8d Make shared lib name handling consistent with the other Makefiles. 19 years ago
Benjamin Larsson 946c113046 get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h 19 years ago
Benjamin Larsson fb9cb0b8c4 get_vlc -> get_vlc2 transition. 19 years ago
Benjamin Larsson 52fa37f17c get_vlc -> get_vlc2 transition. 19 years ago
Nico Sabbi a305b82d42 install dsputil.h, that is used by many filters in mplayer 19 years ago
Michael Niedermayer 80e44bc3bf use h264 MC functions for 2xX Xx2 blocks in snow too 19 years ago
Benjamin Larsson 51bb91cb24 Incorrect check removed. 19 years ago
Michael Niedermayer 2692ceab8b use h264 MC functions for rectangular blocks too 19 years ago
Michael Niedermayer 39277cf949 10l (assertion failure) 19 years ago
Roman Shaposhnik aa06658248 Moving dv_anchor back to the global scope. This creates a tiny memory 19 years ago
Diego Biurrun faf824dfd1 Comment out WMV3 decoder for now, it crashes on every file and causes 19 years ago
Benjamin Larsson 560b10a6c3 Dual mono stereo strems sound ok now, added sanity checks and removed 19 years ago
Mike Melanson 609009913d ugly, but necessary 19 years ago
Michael Niedermayer 3b6ab26c01 cleanup 19 years ago