summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAge
* 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
* make AVCodec.init() optionalMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 8x8 transform selectionLimin Wang2007-03-24
| | | | | | | | | | | It seems that it's opt parse bug, it can't process the flags which start by digit. After change 8x8dct to dct8x8, I can set it without problem. I guess nobody will use it since it can't work as expected, so the quick fix is change the option name. Patch by Limin Wang lance dot lmwang at gmail com Originally committed as revision 8492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
| | | | Originally committed as revision 8397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a -ab with default of 64kMichael Niedermayer2007-03-07
| | | | | | | change -b to only apply to video this returns -ab/-b to the old defautls and old behavior regarding ordering of them Originally committed as revision 8286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take ↵Michael Niedermayer2007-03-07
| | | | | | | | CodecType as an additional parameter also mark them as NOT part of the public API yet, so we can change their argument to CodecID if we decide to do so Originally committed as revision 8283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
| | | | | | | | | patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
| | | | | | to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_realloc_static() is an internal function and therefore should use the ff_ ↵Panagiotis Issaris2007-02-23
| | | | | | prefix instead of av_. Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
| | | | | | libavcodec/avcodec.h. Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk