summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
* 100l typo: forgotten $Diego Biurrun2006-02-11
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
* fix segfault on broken streamsMichael Niedermayer2006-02-09
* 10l in 1.12Loren Merritt2006-02-09
* slightly faster loopfilterLoren Merritt2006-02-08
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
* create adts stream if CODEC_FLAG_GLOBAL_HEADER not setMåns Rullgård2006-02-08
* adts aac parserMåns Rullgård2006-02-08
* decode adts aac streamsMåns Rullgård2006-02-08
* 10l (x86_64)Loren Merritt2006-02-07
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07
* 1 goto 1 fixMichael Niedermayer2006-02-06
* Fix broken cosmetics commit and add a check for valid headers.Benjamin Larsson2006-02-06
* Small cosmetics and better variable names.Benjamin Larsson2006-02-06
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
* simplifyMichael Niedermayer2006-02-04
* faster find_startcode()Michael Niedermayer2006-02-04
* Cosmetic: Fix indentation.Alexander Strasser2006-02-04
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-04
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
* output last ac3 frame and simplifyMichael Niedermayer2006-02-02
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-02
* Set interlaced_frame and top_field_first according to coded_frame.Luca Abeni2006-02-02
* list of supported pix_fmtsMichael Niedermayer2006-02-02
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-02
* Fix silly typos.Diego Biurrun2006-01-31
* add static keyword to some functionsDieter2006-01-30
* add static keyword to some functionsDieter2006-01-30
* long is better than int for pointer differencesDieter2006-01-30
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
* fix crash on height < 16 pixels.Loren Merritt2006-01-28