aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Set interlaced_frame and top_field_first according to coded_frame.Luca Abeni2006-02-021-0/+4
* list of supported pix_fmtsMichael Niedermayer2006-02-021-0/+1
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-022-261/+771
* Fix silly typos.Diego Biurrun2006-01-312-3/+3
* add static keyword to some functionsDieter2006-01-301-7/+7
* add static keyword to some functionsDieter2006-01-305-17/+17
* long is better than int for pointer differencesDieter2006-01-301-2/+2
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-1/+2
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-291-3/+6
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-284-5/+5
* fix crash on height < 16 pixels.Loren Merritt2006-01-281-2/+3
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-271-1/+1
* fixing bframe strategy 2Michael Niedermayer2006-01-273-15/+33
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-262-2/+2
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-259-13/+13
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-251-1/+6
* xvid ratecontrol supportMichael Niedermayer2006-01-245-5/+165
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-247-87/+87
* Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier2006-01-231-2/+3
* sc_factor support for encoding.Corey Hickey2006-01-223-5/+13
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-223-19/+81
* native ac3 parserMåns Rullgård2006-01-213-35/+96
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-211-13/+23
* fix convergence of snow iterative_meLoren Merritt2006-01-211-1/+8
* revert 1.83 because it's not neededLoren Merritt2006-01-211-16/+0
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-201-3/+3
* place SPS/PPS in extradata if GLOBAL_HEADER flag is setMåns Rullgård2006-01-201-0/+18
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-191-0/+16
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-191-1/+5
* obmc-aware 4mvLoren Merritt2006-01-171-32/+176
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-2/+3
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst...Reimar Döffinger2006-01-151-1/+1
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-152-4/+5
* Define separate version number for libpostproc.Diego Biurrun2006-01-141-0/+6
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-142-4/+4
* Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist...jwestfall@surrealistic.net2006-01-141-2/+2
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-142-6/+2
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-141-32/+32
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-141-1/+1
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-141-3/+1
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-142-5/+18
* CamStudio video decoderDiego Biurrun2006-01-141-2/+2
* Change this Makefile to be consistent with all the others.Diego Biurrun2006-01-131-20/+14
* minor consistency fixDiego Biurrun2006-01-131-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12199-200/+201
* bugs found by valgrindMichael Niedermayer2006-01-121-10/+11
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-124-11/+182
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-121-59/+148
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-122-10/+2
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-103-0/+9