aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix lib order and remove nonsense avcodec double linkingMichael Niedermayer2005-03-111-7/+5
* 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-095-0/+191
* double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-091-4/+0
* (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
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide...Måns Rullgård2005-03-061-5/+65
* 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-063-46/+17
* 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-066-3/+996
* Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehou...Torsten Martinsen2005-03-052-1/+9
* 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
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-041-4/+17
* oops, other half of the vismv patchLoren Merritt2005-03-031-2/+2
* vismv didn't display 8x8 mvs in H.264Loren Merritt2005-03-032-5/+5
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-031-0/+15
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-031-1/+9
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ...Michael Niedermayer2005-03-021-1/+1
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-012-0/+148
* go LOCO, courtesy of Kostya ShishkovMike Melanson2005-03-017-3/+327
* 10l (deallocated memory again)Loren Merritt2005-02-281-2/+9
* set block alignMichael Niedermayer2005-02-281-1/+1
* ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer2005-02-281-7/+19
* NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)Steven M. Schultz2005-02-281-0/+11
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...Sebastian Jedruszkiewicz2005-02-272-31/+46
* support for negative stridesJindřich Makovička2005-02-273-26/+46
* changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <...Steven M. Schultz2005-02-271-3/+3
* This patch corrects the bug, that if padbottom IS NOT specified andCalcium2005-02-271-4/+4
* doc update for Shorten codecMike Melanson2005-02-263-2/+6
* 10l (shorten.o missing)Michael Niedermayer2005-02-261-1/+1
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-266-0/+575
* watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer2005-02-252-1/+442
* set supported pix_fmtsMichael Niedermayer2005-02-251-0/+11
* pseudo codec tag for adpcm_swfAlex Beregszaszi2005-02-251-0/+1
* proper handling of samplesizeAlex Beregszaszi2005-02-252-1/+2