summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* some interlaced direct sanity checksMichael Niedermayer2007-01-13
| | | | Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-13
| | | | Originally committed as revision 7441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-13
| | | | Originally committed as revision 7440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni2007-01-12
| | | | Originally committed as revision 21888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-12
| | | | | | (r15249) to sws_scale() too (until now, it only was in sws_scale_ordered()) Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out immediately with software scaler instead of failing the tests.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a FIXME note about paths in pkgconfig files.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when decoding failsBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-10
| | | | | | Theora support through libtheora in FFmpeg. Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add official VC1 fourccBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
| | | | Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused av_frac_setBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* links to ARM optimization manualsGuillaume Poirier2007-01-07
| | | | Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing bit from commit r7423Guillaume Poirier2007-01-07
| | | | Originally committed as revision 7424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
| | | | | | | | | | | | patch by Siarhei Siamashka % siarhei P siamashka A gmail P com % Original thread: Date: Jan 6, 2007 5:07 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2) and Date: Jan 2, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable bidirectional me with x264Robert Swain2007-01-07
| | | | | | patch by Robert Swain <robert =dot= swain =at= gmail =dot= com> Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
| | | | Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable threading support by default on all platforms, add individualRamiro Polla2007-01-07
| | | | | | | enabling options and hook this up in configure output. patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ordering cosmeticsDiego Biurrun2007-01-07
| | | | Originally committed as revision 7419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder external libraries.Diego Biurrun2007-01-07
| | | | Originally committed as revision 7418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
| | | | Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: dts --> libdtsDiego Biurrun2007-01-06
| | | | Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
| | | | Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder configure output.Diego Biurrun2007-01-06
| | | | Originally committed as revision 7413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one more naming consistency changeDiego Biurrun2007-01-06
| | | | Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more consistency for the output namingDiego Biurrun2007-01-06
| | | | Originally committed as revision 7411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align configure output.Diego Biurrun2007-01-06
| | | | Originally committed as revision 7410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-06
| | | | Originally committed as revision 21835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplifyBaptiste Coudurier2007-01-05
| | | | Originally committed as revision 7409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
| | | | Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maybe fixing a segfaultMichael Niedermayer2007-01-03
| | | | Originally committed as revision 7407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow specificationMichael Niedermayer2007-01-03
| | | | | | | | (this is just quickly written and probably isnt error free, its also incomplete) all types of help are very welcome (fixing FIXMEs, fixing errors adding missing stuff, correcting spelling grammmer, ...) Originally committed as revision 7406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dead code removialMichael Niedermayer2007-01-03
| | | | Originally committed as revision 7405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missdetected a broken mp3Michael Niedermayer2007-01-02
| | | | Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-01-02
| | | | Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-02
| | | | Originally committed as revision 7402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
| | | | | | this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates) Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some quick encoding tipsMichael Niedermayer2007-01-02
| | | | | | feel free to extend, change, fix spelling and grammer and the formatting ... Originally committed as revision 7400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-01
| | | | Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct value for the test.Benjamin Larsson2007-01-01
| | | | Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-01
| | | | Originally committed as revision 7397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention of previous commitMichael Niedermayer2007-01-01
| | | | Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk