summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* List myself in CREDITS as I did have some of code committed,Guillaume Poirier2007-06-132-1/+2
* misc spelling fixesDiego Biurrun2007-06-135-12/+12
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-131-2/+2
* Blackfin - read_time primitiveMarc Hoffman2007-06-131-1/+14
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-132-2/+2
* Workaround adjustments for DivX 6.1 and laterLord2007-06-131-2/+2
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-131-16/+6
* cosmeticsGuillaume Poirier2007-06-121-3/+3
* Remove unused declarationsRamiro Polla2007-06-121-8/+0
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-121-2/+1
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-121-1/+1
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-122-0/+4
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-122-0/+220
* Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman2007-06-121-0/+1
* misc typo fixesDiego Biurrun2007-06-1226-52/+56
* TypoKostya Shishkov2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-1266-159/+165
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-124-105/+145
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-121-2/+2
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-121-14/+3
* Remove unused static function.Diego Biurrun2007-06-121-8/+0
* dont attach huge samplesto mailsMichael Niedermayer2007-06-111-0/+2
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-113-260/+287
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-111-1/+1
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-111-1/+1
* Cygwin compatibility workaroundEric Lasota2007-06-111-4/+5
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-103-3/+3
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-103-2/+3
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-101-1/+1
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-101-1/+1
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-106-5/+7
* whitespace cosmeticsDiego Biurrun2007-06-101-8/+8
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-101-2/+1
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-101-2/+2
* Make main() return 0 at the end and mark as int.Diego Biurrun2007-06-101-1/+2
* Add appropriate headers for exit and printf.Diego Biurrun2007-06-101-0/+2
* Simplify command with automatic variable.Diego Biurrun2007-06-101-1/+1
* Adapt to API changes, fix compilation.Ronald S. Bultje2007-06-101-23/+26
* minor GCC3 compile fixGuillaume Poirier2007-06-091-1/+1
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-092-0/+279
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-092-0/+3
* Remove unused variable.Diego Biurrun2007-06-091-1/+1
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-091-2/+0
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-081-8/+8
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-081-4/+3
* simplifyMichael Niedermayer2007-06-081-4/+1
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-081-3/+0
* proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer2007-06-081-9/+9
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-081-4/+38
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-079-683/+666