summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ↵Baptiste Coudurier2009-02-08
| | | | | | approved by Dark Shikari on IRC Originally committed as revision 17046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
| | | | | | Thus only one warning is printed due to assignment instead of 2 from strtol. Originally committed as revision 17045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless cast, it does not remove warning, encode prototype must be ↵Baptiste Coudurier2009-02-08
| | | | | | changed Originally committed as revision 17044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warning about incompatible pointerBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov2009-02-07
| | | | Originally committed as revision 17031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
| | | | Originally committed as revision 17030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-06
| | | | | | version bump. Originally committed as revision 17028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated function register_avcodec() withStefano Sabatini2009-02-06
| | | | | | corresponding calls to avcodec_register(). Originally committed as revision 17027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-06
| | | | | | function name. Originally committed as revision 17026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer2009-02-06
| | | | | | | It also allows encoding GIF with a 4-bit palette and with a graycale one as a side effect. Originally committed as revision 17019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
| | | | | | Also document it. Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
| | | | | | Patch by Jaikrishnan Menon Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-05
| | | | Originally committed as revision 17006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TQI decoderPeter Ross2009-02-05
| | | | Originally committed as revision 17002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is ↵Peter Ross2009-02-05
| | | | | | required for the Electronic Arts TQI decoder. Originally committed as revision 17001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
| | | | Originally committed as revision 17000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-04
| | | | Originally committed as revision 16996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need to compute stypeRoman Shaposhnik2009-02-04
| | | | Originally committed as revision 16988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
| | | | Originally committed as revision 16980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-03
| | | | Originally committed as revision 16978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
| | | | | | Patch by Gwenole Beauchesne gbeauchesne A splitted-desktop dotcom Originally committed as revision 16976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check validity of pointer srcCStefan Gehrer2009-02-03
| | | | Originally committed as revision 16973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unknown header 10001000 / ↵Michael Niedermayer2009-02-03
| | | | | | http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 Originally committed as revision 16967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
| | | | | | Keep lzo1x_decode until the next major version bump for binary compatibility. Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
| | | | Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02
| | | | Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Place all subtitle entries together.Diego Biurrun2009-02-02
| | | | Originally committed as revision 16934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-02
| | | | Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
| | | | | | h264.c:6464: warning: unused variable 'dir' Originally committed as revision 16925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence compiler warnings for XL decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WNV1 decoder use temporary buffer for bit-reversed inputKostya Shishkov2009-02-01
| | | | Originally committed as revision 16920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make TM2 decoder byteswap input into separate buffer instead of doing it ↵Kostya Shishkov2009-02-01
| | | | | | in-place. Originally committed as revision 16918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
| | | | Originally committed as revision 16916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
| | | | | | to ff_msrle_decode() Originally committed as revision 16915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
| | | | | | We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in doxygen comments.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31
| | | | Originally committed as revision 16908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at ↵Ben Hutchings2009-01-31
| | | | | | decadent dot org dot uk Originally committed as revision 16907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-31
| | | | Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-31
| | | | Originally committed as revision 16881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unrolling encoding loopsRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16879 to svn://svn.ffmpeg.org/ffmpeg/trunk