summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* kill warningsMåns Rullgård2007-07-08
| | | | Originally committed as revision 9550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
| | | | Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-08
| | | | Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build after breakage in r9544Måns Rullgård2007-07-08
| | | | Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-08
| | | | Originally committed as revision 9545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook build non-recursive.Diego Biurrun2007-07-08
| | | | Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-08
| | | | Originally committed as revision 9543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
| | | | Originally committed as revision 9542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
| | | | Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| awk '//{sub(" ",".");print tolower($0) "@free.fr";}') Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace function declarations with macroChristophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/.*/&@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/$/@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
| | | | Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
| | | | Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
| | | | | | make commonly used tables global Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-08
| | | | | | it is incorrect and av_write_header() already does the right thing Originally committed as revision 9527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-07
| | | | Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-07
| | | | Originally committed as revision 9525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-07
| | | | Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
| | | | Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused functionsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
| | | | | | make commonly used functions global Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dequantization into its own inline functionStefan Gehrer2007-07-07
| | | | Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
| | | | | | are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
| | | | | | is now in its own inline function Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
| | | | | | | in inter macroblocks is now in its own inline function Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
| | | | | | its own inline function Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
| | | | | | own inline function Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vector constants globalStefan Gehrer2007-07-07
| | | | Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle --enable-small same way as other CONFIG_* options (almost)Måns Rullgård2007-07-06
| | | | Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free thread contextJanne Grunau2007-07-06
| | | | | | patch by Janne Grunau: [janne-ffmpeg grunau be] Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-06
| | | | Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
| | | | | | | | | | for Cr and Cb Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant assignment and variableKostya Shishkov2007-07-06
| | | | Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk