summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAge
* 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
* Fix typo.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-21
| | | | Originally committed as revision 8057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-15
| | | | Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-14
| | | | Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
| | | | | | (which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux2007-02-01
| | | | | | mbardiaux mediaxim dot be. Originally committed as revision 7794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
| | | | | | difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-26
| | | | Originally committed as revision 7376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiprdMichael Niedermayer2006-12-23
| | | | Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-22
| | | | Originally committed as revision 7357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-13
| | | | Originally committed as revision 7316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve option description.Diego Biurrun2006-12-11
| | | | Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-06
| | | | | | comment in the code. Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ↵Panagiotis Issaris2006-12-06
| | | | | | structure member comments. Originally committed as revision 7233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-04
| | | | Originally committed as revision 7220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-02
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
| | | | Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct description of mblmin and mblmax.Corey Hickey2006-11-02
| | | | Originally committed as revision 6873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit grayscale supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg work with x264 r592Luca Barbato2006-10-16
| | | | Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk