summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-091-2/+5
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-092-2/+2
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-091-1/+1
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-095-163/+249
* compile rangecoder.o only when neededAurelien Jacobs2007-07-091-5/+4
* duration must not be scaledAurelien Jacobs2007-07-091-1/+0
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-091-4/+10
* bring back h264 buildBenoit Fouet2007-07-091-0/+1
* use correct type for paletteMåns Rullgård2007-07-091-3/+3
* indentMåns Rullgård2007-07-081-2/+2
* set sample rate in more logical place, kill warningMåns Rullgård2007-07-081-1/+1
* trivial warning fixesMåns Rullgård2007-07-084-5/+5
* kill warningsMåns Rullgård2007-07-081-3/+4
* fix warningMåns Rullgård2007-07-081-2/+2
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-084-4/+7
* trivial warning fixesMåns Rullgård2007-07-084-6/+3
* fix build after breakage in r9544Måns Rullgård2007-07-082-10/+16
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-081-0/+12
* Make vhook build non-recursive.Diego Biurrun2007-07-083-65/+26
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-081-1/+1
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-081-4/+6
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-081-2/+0
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-081-1/+1
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-081-1/+1
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-081-1/+1
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-081-7/+5
* Replace function declarations with macroChristophe Gisquet2007-07-081-54/+18
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-081-30/+30
* grammar error noticed by Mark CoxDiego Biurrun2007-07-081-1/+1
* split decoder-specific parts into their own fileStefan Gehrer2007-07-084-654/+703
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-083-22/+31
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-083-36/+21
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-082-36/+0
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-4/+4
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-2/+2
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-081-5/+0
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-071-1/+1
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-071-26/+23
* whitespace cosmeticsMåns Rullgård2007-07-071-7/+7
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-071-3/+12
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-071-1/+1
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-071-1/+1
* remove unused functionsMåns Rullgård2007-07-071-43/+0
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-072-45/+54
* move dequantization into its own inline functionStefan Gehrer2007-07-072-19/+26
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-073-10/+10
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-072-9/+12
* setting intra prediction modes to default valuesStefan Gehrer2007-07-072-3/+7
* move modification of intra prediction modes intoStefan Gehrer2007-07-073-22/+29
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-072-14/+18
OpenPOWER on IntegriCloud