aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* free that last frameMike Melanson2005-03-281-0/+4
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-284-2/+150
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-273-1/+11
* display deblocking strength in FF_DEBUG_PICT_INFOLoren Merritt2005-03-271-2/+2
* allow 16 refs with B-framesLoren Merritt2005-03-271-3/+3
* This is the second patch for MBAFF support, this adds the deblockingLoïc Le Loarer2005-03-271-69/+501
* The cvs version 1.103 of h264.c brokes 13 conformance streams, thisLoïc Le Loarer2005-03-271-1/+1
* replace custom bitstream reader with get_bits/vlc()Michael Niedermayer2005-03-261-52/+27
* make reverse[] non staticMichael Niedermayer2005-03-262-5/+7
* Winnov WNV1 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-03-264-2/+174
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-262-3/+13
* more checks, fixes assertion failureMichael Niedermayer2005-03-261-3/+14
* create temporary file in current directory if it failed in /tmpMichael Niedermayer2005-03-231-0/+4
* Replace stray spaces by a tab.Diego Biurrun2005-03-231-1/+1
* support omiting various headers in mpeg4 as WMP seems to have difficulty with...Michael Niedermayer2005-03-232-11/+22
* 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)Calcium2005-03-221-1/+1
* alignment fixMichael Niedermayer2005-03-192-6/+6
* indentation fixMåns Rullgård2005-03-191-2/+2
* B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)Måns Rullgård2005-03-191-1/+4
* disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oul...Tuukka Toivonen2005-03-191-1/+4
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail...Víctor Paesa2005-03-181-2/+2
* 10l typoMichael Niedermayer2005-03-171-1/+1
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-162-7/+7
* set constant QP from AVCodecContext.global_quality.Måns Rullgård2005-03-161-1/+6
* slice-based idwt (10% faster decoding)Loren Merritt2005-03-151-43/+129
* 10l (compile fix)Loren Merritt2005-03-121-2/+4
* Set keyframe flag only on IDR-frames (needed for reordering across I-frames).Loren Merritt2005-03-111-76/+114
* replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson2005-03-101-187/+83
* optimize & simplifyMichael Niedermayer2005-03-091-52/+18
* Oops patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-091-1/+1
* H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)Michael Niedermayer2005-03-094-0/+176
* (10l) supported pix_fmts forgottenMichael Niedermayer2005-03-081-0/+2
* fixing playback of xvid pretending to be divx (sample_vop_nc.avi)Michael Niedermayer2005-03-081-1/+1
* remove an assert that was breaking compilation on some gccs.Loren Merritt2005-03-071-2/+0
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-069-416/+3
* MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)Loic Le Loarer2005-03-061-89/+158
* group audio codec idsMichael Niedermayer2005-03-061-2/+2
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-061-3/+6
* spamMichael Niedermayer2005-03-061-1/+0
* improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inpro...Måns Rullgård2005-03-061-7/+5
* get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson2005-03-061-2/+0
* -freduce-all-givs has been removed from gccFalk Hüffner2005-03-061-1/+1
* decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson2005-03-061-46/+14
* do not use a variable before proper initializationMike Melanson2005-03-061-9/+10
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-064-3/+977
* Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehou...Torsten Martinsen2005-03-051-1/+1
* typoMichael Niedermayer2005-03-051-1/+1
* mpeg-es bitrate parsingMichael Niedermayer2005-03-051-2/+5
* 10l (fix reordering when B-frames are not present)Loren Merritt2005-03-051-5/+5
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-043-44/+89