summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
| | | | Originally committed as revision 5348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
| | | | | | Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P. Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing external declaration for kmvc codecRoberto Togni2006-04-07
| | | | Originally committed as revision 5274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/Måns Rullgård2006-04-05
| | | | | | typo spotted by Brian Brice <bbrice at newtek com> Originally committed as revision 5270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
| | | | | | ---------------------------------------------------------------------- Originally committed as revision 5248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
| | | | Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
| | | | Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the ↵Alex Beregszaszi2006-02-21
| | | | | | system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) Originally committed as revision 5045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-19
| | | | | | patch by Erik Slagter, erik at slagter .... name Originally committed as revision 5039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
| | | | | | courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase audio buffer to 1second of 48khz float audioAlex Beregszaszi2006-02-13
| | | | Originally committed as revision 5013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
| | | | Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
| | | | | | (suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ↵Alex Beregszaszi2006-02-12
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
| | | | Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts aac parserMåns Rullgård2006-02-08
| | | | Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid ratecontrol supportMichael Niedermayer2006-01-24
| | | | Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sc_factor support for encoding.Corey Hickey2006-01-22
| | | | | | | | | | | | | | | | | Here's the description I'll add to the mplayer man page: --- Causes frames with higher quantizers to be more likely to trigger a scene change detection and make libavcodec use an I-frame (default: 1). 1-16 is a sane range. Values between 2 and 6 may yield increasing PSNR (up to approximately 0.04 dB) and better placement of I-frames in high-motion scenes. Higher values than 6 may give very slightly better PSNR (approximately 0.01 dB more than sc_factor=6), but noticably worse visual quality. --- Original idea from Michael; patch by me. Originally committed as revision 4883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio video decoderDiego Biurrun2006-01-14
| | | | Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
| | | | | | Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-04
| | | | | | | if this gives better quality then SATD then someone should port the x86 code too or maybe we could even just call it from libx264 the 4x4 one could be tried too ... Originally committed as revision 4811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-29
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
| | | | Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
| | | | Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bidir refine supportMichael Niedermayer2005-12-23
| | | | Originally committed as revision 4768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new qscale type to distinguish H264Jindřich Makovička2005-12-18
| | | | Originally committed as revision 4753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-18
| | | | Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-14
| | | | | | | | | | uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata endianness commentMichael Niedermayer2005-11-04
| | | | Originally committed as revision 4674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase version because of QDM2 decoder additionRoberto Togni2005-10-20
| | | | Originally committed as revision 4654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
| | | | Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
| | | | | | spliting AVOption specific stuff out of avcodec.h into opt.h Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
| | | | | | | needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption first tryMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk