aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* sc_factor support for encoding.Corey Hickey2006-01-221-0/+1
| | | | | | | | | | | | | | | | | 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-101-0/+1
| | | | | | Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-291-1/+31
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-251-0/+1
| | | | Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-251-1/+1
| | | | Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bidir refine supportMichael Niedermayer2005-12-231-0/+1
| | | | Originally committed as revision 4768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-12-181-1/+1
| | | | Originally committed as revision 4751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-58/+58
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() cleanupMichael Niedermayer2005-12-021-28/+29
| | | | | | | fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>) Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo fixGuillaume Poirier2005-11-021-1/+1
| | | | Originally committed as revision 4672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few options to AVOptionsMichael Niedermayer2005-09-201-17/+18
| | | | Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-181-3/+8
| | | | | | | print more likely correct fps not sure if this is formated optimally ... Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the people want lower case ...Michael Niedermayer2005-09-121-135/+135
| | | | Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-0/+1
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-121-17/+73
| | | | Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-26/+98
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-3/+7
| | | | | | 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-111-86/+95
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption first tryMichael Niedermayer2005-09-061-1/+138
| | | | Originally committed as revision 4563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-031-3/+5
| | | | Originally committed as revision 4554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+13
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call av_free_static automatically before DLL unload patch by (plaum:ipf ↵Burkhard Plaum2005-08-211-0/+11
| | | | | | uni-stuttgart de) Originally committed as revision 4532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-119/+0
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-251-6/+25
| | | | Originally committed as revision 4472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-191-0/+28
| | | | Originally committed as revision 4457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer2005-07-141-3/+6
| | | | Originally committed as revision 4439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-06-171-2/+2
| | | | | | patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-031-0/+30
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AV_LOG_DEBUG is not a good default ...Michael Niedermayer2005-05-261-1/+1
| | | | Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-131-0/+14
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-071-0/+19
| | | | Originally committed as revision 4199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-3/+8
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-251-1/+1
| | | | Originally committed as revision 4162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-0/+1
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+1
| | | | Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-12/+0
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ↵Michael Niedermayer2005-02-021-2/+2
| | | | | | the frame limits Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make keyframe default for AVFramesMichael Niedermayer2005-02-011-0/+1
| | | | Originally committed as revision 3920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+9
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-121-1/+1
| | | | Originally committed as revision 3830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-2/+32
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-091-0/+6
| | | | | | Force alignement for mszh and zlib decoders Originally committed as revision 3817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+23
| | | | | | common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-271-0/+20
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-211-1/+1
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stride align cleanupMichael Niedermayer2004-10-261-8/+3
| | | | Originally committed as revision 3640 to svn://svn.ffmpeg.org/ffmpeg/trunk