summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-29
| | | | Originally committed as revision 9827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print max and mseMichael Niedermayer2007-07-29
| | | | Originally committed as revision 9826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-29
| | | | | | | | | Patch by Christophe GISQUET (echo -e "christophe\056gisquet\100 (antonym to malloc()) \056fr") Thread [PATCH] Binary identicity for ffvc1 (was Re: [PATCH] VC-1 MMX DSP functions) Originally committed as revision 9825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify stereo rematrixingJustin Ruggles2007-07-29
| | | | Originally committed as revision 9824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
| | | | Originally committed as revision 9823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
| | | | Originally committed as revision 9822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
| | | | Originally committed as revision 9821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take care of some renames (Doxygen and function name) after the previous ↵Panagiotis Issaris2007-07-28
| | | | | | pure rename patch. Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
| | | | Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
| | | | Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
| | | | Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
| | | | Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
| | | | Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
| | | | Originally committed as revision 9803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong const qualifierAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* have less functions as inlineStefan Gehrer2007-07-25
| | | | Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor cosmeticsVitor Sessak2007-07-24
| | | | Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent two lines.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-24
| | | | | | Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-24
| | | | | | | encoded color to a 4-bit index into the DVD palette. Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-24
| | | | | | | | | | The previous size lead to A/V sync issues Patch by Andreas Öman %andreas AA olebyn PP nu% Original thread: Date: Jul 21, 2007 9:53 AM Subject: [FFmpeg-devel] [PATCH] lame buffer shortage Originally committed as revision 9786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
| | | | Originally committed as revision 9785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
| | | | Originally committed as revision 9784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only use sized data types when necessaryJustin Ruggles2007-07-24
| | | | Originally committed as revision 9783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
| | | | Originally committed as revision 9782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
| | | | Originally committed as revision 9781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use consistent data type for exponents. needs to be int8_t to pass to bit ↵Justin Ruggles2007-07-23
| | | | | | allocation. Originally committed as revision 9780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some bit masks to arraysJustin Ruggles2007-07-23
| | | | Originally committed as revision 9779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-07-21
| | | | Originally committed as revision 9774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use shared AC-3 header parsing. Move some initializations to block parsing ↵Justin Ruggles2007-07-21
| | | | | | function. Originally committed as revision 9773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
| | | | Originally committed as revision 9772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of an ugly macroJustin Ruggles2007-07-21
| | | | Originally committed as revision 9771 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
* bail out on unknown jpeg pixel format instead of silently decoding data ↵Andreas Öman2007-07-19
| | | | | | | | | | | incorrectly patch by Andreas Öman % andreas A olebyn P nu % Original thread: date: Jul 19, 2007 4:50 PM subject: [FFmpeg-devel] [PATCH] bail out on unknown jpeg pixel format Originally committed as revision 9764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
| | | | | | random(). Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-19
| | | | Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update license header. add copyright for myself. correct and complete the ↵Justin Ruggles2007-07-19
| | | | | | statement about liba52. Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revise comment for exponent decoding functionJustin Ruggles2007-07-19
| | | | Originally committed as revision 9750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new implementation of exponent decodingJustin Ruggles2007-07-19
| | | | Originally committed as revision 9749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-07-19
| | | | Originally committed as revision 9748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove portions of bit allocation which are no longer needed since they are ↵Justin Ruggles2007-07-19
| | | | | | shared with the encoder Originally committed as revision 9747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakZdenek Kabelac2007-07-18
| | | | | | patch by Zdenek Kabelac: [zdenek kabelac gmail com] Originally committed as revision 9740 to svn://svn.ffmpeg.org/ffmpeg/trunk