summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing broken mpeg_decode_gop()Michael Niedermayer2004-03-13
| | | | Originally committed as revision 2883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ↵Gildas Bazin2004-03-13
| | | | | | org>) Originally committed as revision 2882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be smarter about the variable size of the extra SVQ3 dataMike Melanson2004-03-13
| | | | Originally committed as revision 2881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson2004-03-13
| | | | Originally committed as revision 2878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* credit updateMike Melanson2004-03-13
| | | | Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
| | | | | | | | | from common.c -> common.h so that they can be inlined. + performace gain ~1% (measured with DV decoding) + code bloat 0.05% Looks like a win-win solution. Originally committed as revision 2874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-03-11
| | | | Originally committed as revision 2871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb stuffing in partitioned frames fixMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263+ custom pcf supportMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable lames leading zero "feature", fixes a few more flv encoding issuesMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* find_start_code() optimization (about 2x faster now) this may improve ↵Michael Niedermayer2004-03-09
| | | | | | decoding speed with multiple threads Originally committed as revision 2862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing opts for make depZdenek Kabelac2004-03-09
| | | | Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use optimized VP3 functions where appropriateMike Melanson2004-03-08
| | | | Originally committed as revision 2857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
| | | | | | | certain source code identifiers in line with official VP3 spec (well, *my* VP3 spec, anyway) Originally committed as revision 2856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08
| | | | | | ported the MMX-optimized versions of those functions Originally committed as revision 2855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 framerate & aspect ratio fixesMichael Niedermayer2004-03-06
| | | | Originally committed as revision 2854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-05
| | | | Originally committed as revision 2849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-03-05
| | | | Originally committed as revision 2848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more constsZdenek Kabelac2004-03-05
| | | | Originally committed as revision 2847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * const warn eliminationZdenek Kabelac2004-03-05
| | | | Originally committed as revision 2846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * const warn elimintationZdenek Kabelac2004-03-05
| | | | Originally committed as revision 2845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * constZdenek Kabelac2004-03-05
| | | | Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence warningsIvan Kalvachev2004-03-04
| | | | Originally committed as revision 2843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* count > thread_count for execute()Michael Niedermayer2004-03-03
| | | | Originally committed as revision 2842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() cleanupMichael Niedermayer2004-03-03
| | | | | | | | | | null pointer segfaults dont print redundant spam dont print prefix if reference==NULL class -> av_class dont copy AVClass to every object, its a waste of memory and not a good idea at all Originally committed as revision 2841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* macrofree av_freep()Michael Niedermayer2004-03-03
| | | | Originally committed as revision 2839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vlc for cbp=0 that is valid in 422,444Ivan Kalvachev2004-03-02
| | | | Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-03-02
| | | | Originally committed as revision 2837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (divx5 b frame + seeking + flush fix)Michael Niedermayer2004-03-02
| | | | Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot default chroma_format valueIvan Kalvachev2004-03-02
| | | | Originally committed as revision 2835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoIvan Kalvachev2004-03-02
| | | | Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-01
| | | | Originally committed as revision 2833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-03-01
| | | | Originally committed as revision 2832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing/cleanup of mpeg/qpel_motion()Michael Niedermayer2004-02-29
| | | | Originally committed as revision 2831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-02-29
| | | | Originally committed as revision 2830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip b frames before first i frameMichael Niedermayer2004-02-29
| | | | Originally committed as revision 2829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify MPV_motion()Michael Niedermayer2004-02-29
| | | | Originally committed as revision 2828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)Michael Niedermayer2004-02-29
| | | | | | related cleanup Originally committed as revision 2827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 field pic decoding fixMichael Niedermayer2004-02-28
| | | | | | simplifiations Originally committed as revision 2826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-28
| | | | Originally committed as revision 2825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-28
| | | | Originally committed as revision 2823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (vdpart fix)Michael Niedermayer2004-02-26
| | | | Originally committed as revision 2822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.supported_frameratesMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* INT64_MIN fixMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (field picture decoding fix)Michael Niedermayer2004-02-26
| | | | Originally committed as revision 2818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at ↵Wolfgang Hesseler2004-02-25
| | | | | | imk dot fraunhofer dot de>) Originally committed as revision 2816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lMichael Niedermayer2004-02-25
| | | | Originally committed as revision 2815 to svn://svn.ffmpeg.org/ffmpeg/trunk