summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier2006-11-06
| | | | Originally committed as revision 6913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* woops, fix missplaced doxy commentGuillaume Poirier2006-11-06
| | | | Originally committed as revision 6912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
| | | | | | | | | | | 1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c. 2. Make use of the macro in flacenc.c Patch by Zuxy Meng % zuxy P meng A gmail P com % Original thread: Date: Nov 5, 2006 9:56 AM Subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 6911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for symbol countKostya Shishkov2006-11-06
| | | | Originally committed as revision 6910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack support in MatroskaKostya Shishkov2006-11-06
| | | | Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov2006-11-06
| | | | Originally committed as revision 6908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move check for output file streams num in av_encodeBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify regression test execution.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a variable for FFmpeg options.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-05
| | | | | | | it is only used there and is only 128 byte large. Also make it aligned to fix playback with altivec. Originally committed as revision 6902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless line variableBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding positionBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update docs to reflect AVImageFormat removingBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov2006-11-05
| | | | Originally committed as revision 6898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commentKostya Shishkov2006-11-05
| | | | Originally committed as revision 6897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v2 and v4 supportKostya Shishkov2006-11-05
| | | | Originally committed as revision 6896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly quote paths on grep invocations for codec lists.Steve L'Homme2006-11-04
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ministry of english grammar :) then->thanOded Shimon2006-11-04
| | | | Originally committed as revision 6894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet2006-11-03
| | | | Originally committed as revision 6892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure alignment (no speed change)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not overwrite codec type if already known, fix conflict between 'raw ' ↵Baptiste Coudurier2006-11-03
| | | | | | fourcc used for audio and video, ae002_wordup.mov Originally committed as revision 6890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging mov & and (no speedchange)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 instructions less (same speed)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment about failed optimizationMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-11-03
| | | | Originally committed as revision 6886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reintroduce isom field and read version 1 audio stsd only if file is not ↵Baptiste Coudurier2006-11-03
| | | | | | isom, fix testclip_wrong_version_1_audio_stsd.mp4 Originally committed as revision 6885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move luma tc0 related init into asmMichael Niedermayer2006-11-03
| | | | | | 5% faster filter_mb_fast() on P3 Originally committed as revision 6884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RGB32 support in TargaKostya Shishkov2006-11-03
| | | | Originally committed as revision 6883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preempt possible overflowMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 instruction lessMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
| | | | | | | | | | Basically taken verbatim from RFC 1889. Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 31, 2006 12:43 AM Subject: [Ffmpeg-devel] [PATCH] RTCP valid receiver statistics.... Originally committed as revision 6879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bpp from header in error messageKostya Shishkov2006-11-03
| | | | Originally committed as revision 6878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-03
| | | | | | 2.5% faster filter_mb_fast() on P3 Originally committed as revision 6877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new I/P frame selection heuristicMichael Niedermayer2006-11-02
| | | | | | | PSNR/bitrate is slightly better for my (short) test videos more tests welcome ... Originally committed as revision 6876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif muxer to simple gif encoderBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct description of mblmin and mblmax.Corey Hickey2006-11-02
| | | | Originally committed as revision 6873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper2006-11-02
| | | | | | | | | | back into AVCodecContext for external consumption patch by Tom Harper % d P thomas P harper A gmail P com % Original thread: Date: Nov 2, 2006 1:30 AM Subject: [Ffmpeg-devel] [patch] snow stats Originally committed as revision 6872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect some more ARM CPU types.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun2006-11-02
| | | | Originally committed as revision 6869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni2006-11-02
| | | | Originally committed as revision 20605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme2006-11-01
| | | | Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot ALT_SCAN)Michael Niedermayer2006-11-01
| | | | Originally committed as revision 6866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk