summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* change extradata type to uint8_t *Baptiste Coudurier2006-10-04
| | | | Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-04
| | | | Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to inline cabac functions. gcc ignored the hint anyway, and ↵Loren Merritt2006-10-04
| | | | | | forcing it would make h264 slower. Originally committed as revision 6549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify write_back_motion for skip mbsLoren Merritt2006-10-04
| | | | Originally committed as revision 6548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in r6412Loren Merritt2006-10-04
| | | | Originally committed as revision 6547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs2006-10-03
| | | | Originally committed as revision 20024 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove confusing divx noteMichael Niedermayer2006-10-03
| | | | Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-03
| | | | Originally committed as revision 6544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly simplify apiexample compilation command line.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove cpuid_test on clean.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus dependency information.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep should also work.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* depend and dep are really the same target.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-03
| | | | Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unused variable warning when compiling with MMX disabled.Diego Biurrun2006-10-03
| | | | Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix blackfin support, thaks to vapier for pointing outLuca Barbato2006-10-03
| | | | Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato2006-10-03
| | | | Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp.o needs mpegts.oDiego Biurrun2006-10-02
| | | | Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codectest to test targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge identical targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix audio for mog_op1a_prompeg_mpeg.mxfBaptiste Coudurier2006-10-02
| | | | Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add replacement for libavcodec/fdctref.c to the list.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 0 as stream index if only one stream, this is completely non ↵Baptiste Coudurier2006-10-02
| | | | | | standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf Originally committed as revision 6528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more forgotten free's.Oded Shimon2006-10-02
| | | | Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, wrong order in freeingOded Shimon2006-10-02
| | | | Originally committed as revision 6526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly saner indentionMichael Niedermayer2006-10-02
| | | | Originally committed as revision 6525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make postproc use avutilLuca Barbato2006-10-02
| | | | Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain lmin, lmax, mblmin, mblmax options.Víctor Paesa2006-10-02
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vorbis encoder to changelog/MAINTAINERSOded Shimon2006-10-02
| | | | Originally committed as revision 6521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vorbis_enc_data.h, remove codebook data from vorbis_enc.cOded Shimon2006-10-02
| | | | Originally committed as revision 6520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add vorbis encoder to ffmpegOded Shimon2006-10-02
| | | | Originally committed as revision 6519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines blocksize -> log2_blocksize Originally committed as revision 6518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines some more static consts Originally committed as revision 6517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | | 3 lines psy change. -aq param about the same, and behaves more consistently with different content. Originally committed as revision 6516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines update to use ff_vorbis_floor1_render_list Originally committed as revision 6515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines slight simlification for residue division by floor Originally committed as revision 6514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines 5% speed improovement by changing put_vector Originally committed as revision 6513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines prevent division/modulo Originally committed as revision 6512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines give proper error message for channels!=2 Originally committed as revision 6511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines window -> apply_window_and_mdct Originally committed as revision 6510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines slight simplification for channel coupling Originally committed as revision 6509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines somewhat cosmetic formatting, use FFMAX Originally committed as revision 6508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines slight optimization, don't calculate average twice Originally committed as revision 6507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines remove ready_floor() Originally committed as revision 6506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines some cleanup Originally committed as revision 6505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines update to global functions now shared in vorbis.h Originally committed as revision 6504 to svn://svn.ffmpeg.org/ffmpeg/trunk