aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-091-0/+1
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb15 & rgb16 fixMichael Niedermayer2003-05-301-1/+2
| | | | Originally committed as revision 1921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+1
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-141-0/+12
| | | | Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (document buffer padding requirements)Michael Niedermayer2003-05-121-3/+9
| | | | Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-251-2/+2
| | | | Originally committed as revision 1823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-251-29/+71
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed static initFabrice Bellard2003-04-201-1/+1
| | | | Originally committed as revision 1799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-021-3/+3
| | | | Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable quantizer biasMichael Niedermayer2003-03-221-0/+3
| | | | Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-161-29/+0
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic decoding cleanupMichael Niedermayer2003-03-161-3/+3
| | | | Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-121-2/+62
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-061-0/+6
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-6/+6
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-2/+2
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningFabrice Bellard2003-01-231-2/+0
| | | | Originally committed as revision 1506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-231-3/+29
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_format()Michael Niedermayer2003-01-121-0/+5
| | | | Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-111-104/+0
| | | | Originally committed as revision 1434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-111-30/+1
| | | | Originally committed as revision 1430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid usage of next/last buffer after flushZdenek Kabelac2003-01-061-1/+2
| | | | | | (but there still something wrong when the first frame isn't keyframe) Originally committed as revision 1403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel in mmx2/3dnowMichael Niedermayer2003-01-051-0/+1
| | | | | | qpel refinement quality parameter Originally committed as revision 1393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb qp limitsMichael Niedermayer2002-12-181-0/+2
| | | | Originally committed as revision 1340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fill codec_id in codec_openZdenek Kabelac2002-12-091-0/+1
| | | | Originally committed as revision 1329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-8/+8
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / messup?Michael Niedermayer2002-12-091-5/+36
| | | | | | | | fixes 20% speedloss bug removes redundant variables from MpegEncContext release buffers in avcodec_flush_buffers() (untested) Originally committed as revision 1325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a warning if something allocates 0 bytesMichael Niedermayer2002-12-041-0/+3
| | | | Originally committed as revision 1307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-4/+133
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-031-0/+37
| | | | | | | | | av_mallocz_static - called for every static data table av_free_static - called when ffmpeg is no longer needed and should free all static resources * simple usage shown in mpegaudiodec.c Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-121-1/+1
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avcodec_init could be removed I guess...Zdenek Kabelac2002-11-111-1/+1
| | | | Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont call emms_c() for each MBMichael Niedermayer2002-10-311-0/+6
| | | | Originally committed as revision 1127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more defaultsMichael Niedermayer2002-10-221-0/+4
| | | | Originally committed as revision 1065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-0/+2
| | | | | | h263/mpeg4 out of order slice decoding Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrected pixel format displayFabrice Bellard2002-10-111-3/+3
| | | | Originally committed as revision 1025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added two pass infoFabrice Bellard2002-10-101-3/+12
| | | | Originally committed as revision 1022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning fix.Falk Hüffner2002-09-281-1/+1
| | | | Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ↵Michael Niedermayer2002-09-191-1/+1
| | | | | | hopefully Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing apiexampleMichael Niedermayer2002-09-191-0/+7
| | | | Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_alloc_context()Michael Niedermayer2002-09-191-0/+21
| | | | Originally committed as revision 954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-271-1/+14
| | | | Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new codec: Sorenson v1Nick Kurshev2002-07-091-0/+1
| | | | Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved code to mem.c and allcodecs.cFabrice Bellard2002-06-111-100/+0
| | | | Originally committed as revision 689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-9/+9
| | | | Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-11/+11
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better av_freep()Fabrice Bellard2002-05-201-0/+7
| | | | Originally committed as revision 541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper memory handling functionsFabrice Bellard2002-05-181-13/+22
| | | | Originally committed as revision 520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build info for ABINick Kurshev2002-05-121-0/+5
| | | | Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-091-4/+9
| | | | Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk