aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* decode adts aac streamsMåns Rullgård2006-02-081-10/+26
* 10l (x86_64)Loren Merritt2006-02-071-1/+1
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-071-14/+87
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-071-11/+27
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-071-26/+45
* 1 goto 1 fixMichael Niedermayer2006-02-061-0/+4
* Fix broken cosmetics commit and add a check for valid headers.Benjamin Larsson2006-02-061-2/+7
* Small cosmetics and better variable names.Benjamin Larsson2006-02-061-9/+10
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-0519-73/+82
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-052-15/+23
* simplifyMichael Niedermayer2006-02-041-6/+4
* faster find_startcode()Michael Niedermayer2006-02-044-57/+38
* Cosmetic: Fix indentation.Alexander Strasser2006-02-041-13/+13
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-041-7/+9
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-042-58/+318
* output last ac3 frame and simplifyMichael Niedermayer2006-02-021-13/+12
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-022-0/+153
* 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