summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* The server configuration file is passed as a command line parameter.Diego Biurrun2007-06-071-1/+1
* emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje2007-06-071-2/+2
* Use consistent names for all test programs.Diego Biurrun2007-06-071-2/+2
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-072-2/+2
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-071-17/+17
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-071-0/+2
* '-acodec mp3' --> '-acodec libmp3lame'Diego Biurrun2007-06-071-1/+1
* Change names of codecs provided by external libraries in examples to accountavcoder2007-06-071-7/+7
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-071-4/+0
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-071-0/+2
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-071-0/+2
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-071-1/+1
* FAAN is not x86-specific.Diego Biurrun2007-06-071-1/+1
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-071-1/+1
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-071-0/+1
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-071-7/+7
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-071-3/+1
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-061-2/+2
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-061-0/+1
* add mpegtsraw demuxerMichael Niedermayer2007-06-062-0/+2
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-061-0/+5
* Rename cb fieldEric Lasota2007-06-062-23/+23
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-068-30/+30
* one more renameDiego Biurrun2007-06-061-1/+1
* Update for recent file removals/renames.Diego Biurrun2007-06-061-2/+1
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-062-5/+5
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-0611-11/+11
* Part of MPlayer patch:Reimar Döffinger2007-06-051-0/+1
* Remove unused variables.Diego Biurrun2007-06-051-2/+2
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-051-1/+1
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-052-177/+74
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-052-9/+9
* spellingDiego Biurrun2007-06-042-3/+3
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-041-22/+24
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-041-8/+0
* cosmetics: indentationAurelien Jacobs2007-06-041-15/+15
* add support for real audio in matroskaAurelien Jacobs2007-06-042-0/+90
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-041-1/+2
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-044-2790/+2842
* Wording improvements for the previous commit.Víctor Paesa2007-06-041-3/+3
* TyposRamiro Polla2007-06-041-8/+8
* Doxygenize av_init_packetRamiro Polla2007-06-041-1/+5
* Export av_init_packetRamiro Polla2007-06-042-10/+12
* harmless typoMichael Niedermayer2007-06-041-1/+1
* fix indentionMichael Niedermayer2007-06-041-8/+7
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-041-57/+2