summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* set sample rate in more logical place, kill warningMåns Rullgård2007-07-08
* trivial warning fixesMåns Rullgård2007-07-08
* kill warningsMåns Rullgård2007-07-08
* fix warningMåns Rullgård2007-07-08
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* trivial warning fixesMåns Rullgård2007-07-08
* fix build after breakage in r9544Måns Rullgård2007-07-08
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-08
* Make vhook build non-recursive.Diego Biurrun2007-07-08
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-08
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-08
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-08
* Replace function declarations with macroChristophe Gisquet2007-07-08
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-08
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-08
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-07
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-07
* whitespace cosmeticsMåns Rullgård2007-07-07
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-07
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-07
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
* remove unused functionsMåns Rullgård2007-07-07
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
* move dequantization into its own inline functionStefan Gehrer2007-07-07
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
* make vector constants globalStefan Gehrer2007-07-07
* handle --enable-small same way as other CONFIG_* options (almost)Måns Rullgård2007-07-06
* free thread contextJanne Grunau2007-07-06
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-06
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-06
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06