summaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused variablesMans Rullgard2011-06-021-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-15/+7
|\ \ | |/
| * msmpeg4: reindent.Anton Khirnov2011-05-241-8/+8
| * lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-241-8/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-14/+14
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-14/+14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-15/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-15/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-4/+3
|\ \ | |/
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-4/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-1/+2
|\ \ | |/
| * Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-4/+4
| * Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-10/+0
* | Mark MS-MPEG4v1 encoder as experimental.Carl Eugen Hoyos2011-02-251-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-4/+4
* | Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-10/+0
|/
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-241-2/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Implement cool new vlc code.Michael Niedermayer2010-02-041-3/+1
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-081-1/+60
* Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer2010-01-081-16/+2
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-14/+14
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-081-4/+4
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-2/+2
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-311-7/+0
* cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun2009-12-301-366/+356
* Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun2009-12-301-1/+0
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-1/+1
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-211-1/+2
* Remove unused debug av_log() calls.Diego Biurrun2009-07-301-7/+0
* Remove unused variable intra_count.Diego Biurrun2009-07-301-2/+0
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-291-1/+1
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-171-2/+2
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-111-41/+51
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-16/+16
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-4/+4
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-8/+8
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-1/+1
* remove duplicate tablesStefan Gehrer2008-06-251-1/+1
OpenPOWER on IntegriCloud