summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set constant QP from AVCodecContext.global_quality.Måns Rullgård2005-03-16
| | | | | | set key_frame flag on coded_picture correctly. Originally committed as revision 4045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pktdumper debugging utility for demuxers. This tool dumps each AVPacket ↵François Revol2005-03-15
| | | | | | | | demuxed to a stamped file. make pktdumper LDFLAGS='-Llibavformat/ -lavformat' Originally committed as revision 4044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_size fixMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set global_qualityMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup strh parserMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slice-based idwt (10% faster decoding)Loren Merritt2005-03-15
| | | | Originally committed as revision 4040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont link with libavcodec twice on win32Michael Niedermayer2005-03-15
| | | | Originally committed as revision 4039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non interleaved avi supportMichael Niedermayer2005-03-15
| | | | | | various fixes/workarounds Originally committed as revision 4038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set global_qualityMichael Niedermayer2005-03-14
| | | | Originally committed as revision 4037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "put_s should store signed values. Spotted on #mplayerdev by someone ILuca Barbato2005-03-13
| | | | | | don't remember." patch by (Luca Barbato [lu_zero gentoo org) Originally committed as revision 4035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-12
| | | | Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (compile fix)Loren Merritt2005-03-12
| | | | Originally committed as revision 4032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III2005-03-11
| | | | | | | "A small patch to avoid error compiling matroska.c on mingw" My comment: using typedefs for things like this is always ridiculous. Originally committed as revision 4031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-11
| | | | Originally committed as revision 4030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix lib order and remove nonsense avcodec double linkingMichael Niedermayer2005-03-11
| | | | Originally committed as revision 4029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set keyframe flag only on IDR-frames (needed for reordering across I-frames).Loren Merritt2005-03-11
| | | | | | | Read vui bitstream restrictions (allows B-frame delay in advance, rather than waiting till we're out of order.) Mark duplicate frames due to delay as duplicates. Originally committed as revision 4028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson2005-03-10
| | | | | | roll alac_file data structure members into ALACContext Originally committed as revision 4027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize & simplifyMichael Niedermayer2005-03-09
| | | | Originally committed as revision 4026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oops patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-09
| | | | Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)Michael Niedermayer2005-03-09
| | | | Originally committed as revision 4024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-09
| | | | | | "This free is handled in av_write_trailer() since Oct 1 2004, but apparently mpegts was missed at the time." Originally committed as revision 4023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (10l) supported pix_fmts forgottenMichael Niedermayer2005-03-08
| | | | Originally committed as revision 4022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of xvid pretending to be divx (sample_vop_nc.avi)Michael Niedermayer2005-03-08
| | | | Originally committed as revision 4021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove an assert that was breaking compilation on some gccs.Loren Merritt2005-03-07
| | | | Originally committed as revision 4020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)Loic Le Loarer2005-03-06
| | | | Originally committed as revision 4018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* group audio codec idsMichael Niedermayer2005-03-06
| | | | Originally committed as revision 4017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-06
| | | | Originally committed as revision 4016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spamMichael Niedermayer2005-03-06
| | | | Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru ↵Måns Rullgård2005-03-06
| | | | | | inprovide com) Originally committed as revision 4014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru ↵Måns Rullgård2005-03-06
| | | | | | inprovide com>) Originally committed as revision 4013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson2005-03-06
| | | | | | | it runs off the end of a buffer; eventually, this should be replaced with FFmpeg's internal bit reader which is hopefully more robust Originally committed as revision 4012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -freduce-all-givs has been removed from gccFalk Hüffner2005-03-06
| | | | Originally committed as revision 4011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson2005-03-06
| | | | | | cleaned up some cruft for this commit Originally committed as revision 4010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use a variable before proper initializationMike Melanson2005-03-06
| | | | Originally committed as revision 4009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
| | | | | | | decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma ↵Torsten Martinsen2005-03-05
| | | | | | gatehouse dk>) Originally committed as revision 4007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-03-05
| | | | Originally committed as revision 4006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg-es bitrate parsingMichael Niedermayer2005-03-05
| | | | Originally committed as revision 4005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fix reordering when B-frames are not present)Loren Merritt2005-03-05
| | | | Originally committed as revision 4004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-04
| | | | Originally committed as revision 4003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-04
| | | | Originally committed as revision 4002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, other half of the vismv patchLoren Merritt2005-03-03
| | | | Originally committed as revision 4001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismv didn't display 8x8 mvs in H.264Loren Merritt2005-03-03
| | | | Originally committed as revision 4000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-03
| | | | Originally committed as revision 3999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-03
| | | | Originally committed as revision 3998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ↵Michael Niedermayer2005-03-02
| | | | | | bug related to frexp() Originally committed as revision 3997 to svn://svn.ffmpeg.org/ffmpeg/trunk