summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAge
...
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
| | | | Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
| | | | | | imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: alignAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug I introduced in r11962.Vitor Sessak2008-02-24
| | | | | | | Thanks to Uoti Urpala for spotting it and proposing the fix. Originally committed as revision 12187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-22
| | | | Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-15
| | | | Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-04
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-25
| | | | Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
| | | | | | applied by the audio decoder, and use that option in the AC3 decoder. Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-18
| | | | Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, revert unrelated changeLoren Merritt2007-09-27
| | | | Originally committed as revision 10597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ↵Loren Merritt2007-09-27
| | | | | | on lpc order. Originally committed as revision 10596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
| | | | | | | decoder will not run out of output buffer bounds (and all suspected decoders have their own checks now). Originally committed as revision 10567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
| | | | | | way to tell the decoder how many output channels we would like. Originally committed as revision 10199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
| | | | Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
| | | | | | | | | Necessary for systems that don't align by default to 16 bytes, required by some SSE instructions. Requires GCC >= 4.2. Based on patch by Gaël Chardon. Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
| | | | Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer2007-08-10
| | | | | | | pix_fmt changed fixes heap overflow, possibly exploitable Originally committed as revision 10064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-20
| | | | | | avcodec_open. Originally committed as revision 9770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.Panagiotis Issaris2007-07-20
| | | | Originally committed as revision 9769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_type on initAlex Beregszaszi2007-07-17
| | | | Originally committed as revision 9721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove underscores before fcntl flagsRamiro Polla2007-07-11
| | | | Originally committed as revision 9599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for mkstemp().Ramiro Polla2007-07-11
| | | | Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free thread contextJanne Grunau2007-07-06
| | | | | | patch by Janne Grunau: [janne-ffmpeg grunau be] Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-21
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
| | | | | | | | | patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it] original thread: [FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system date: 06/02/2007 05:30 PM Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash with svq1 + sse2.Loren Merritt2007-05-12
| | | | | | EMU_EDGE broke memory alignment when the desired alignment is >32 bytes. Originally committed as revision 8999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the possibility to choose aac profileNicolas George2007-05-02
| | | | | | | | patch by Nicolas George nicolas george chez normalesup org original thread: [Ffmpeg-devel] [PATCH] FAAC profile selection date: 04/27/2007 08:11 PM Originally committed as revision 8872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-04-07
| | | | Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-03
| | | | Originally committed as revision 8609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk