summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
| | | | | | its own inline function Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
| | | | | | own inline function Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vector constants globalStefan Gehrer2007-07-07
| | | | Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle --enable-small same way as other CONFIG_* options (almost)Måns Rullgård2007-07-06
| | | | Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free thread contextJanne Grunau2007-07-06
| | | | | | patch by Janne Grunau: [janne-ffmpeg grunau be] Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-06
| | | | Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
| | | | | | | | | | for Cr and Cb Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant assignment and variableKostya Shishkov2007-07-06
| | | | Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-06
| | | | Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
| | | | | | | | patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-06
| | | | | | | | | | this saves speed for the upcoming secondqp fix. Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compute the dequant coefficient table ptr outside the loop,Andreas Öman2007-07-06
| | | | | | | | | | this saves speed for the upcoming secondqp fix. Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.cLuca Abeni2007-07-06
| | | | Originally committed as revision 9496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-blocking input formatsLuca Abeni2007-07-06
| | | | Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include snow encoder only if it is not disabledAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2007-07-05
| | | | Originally committed as revision 9493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-05
| | | | | | | | | patch by Eric Paul: [eric paul gmail com] original thread: [FFmpeg-devel] [PATCH] : libavformat segfault when a RTSP reading is interrupted date: 07/05/2007 03:13 PM Originally committed as revision 9492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakOliver Pfister2007-07-05
| | | | | | patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakOliver Pfister2007-07-05
| | | | | | patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email addressMåns Rullgård2007-07-05
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my last name to copyright headersVitor Sessak2007-07-05
| | | | Originally committed as revision 9488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to svn add mpeg12.h in r9477Aurelien Jacobs2007-07-05
| | | | Originally committed as revision 9487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-07-05
| | | | Originally committed as revision 9486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UTF-8 conversionDiego Biurrun2007-07-05
| | | | Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make DCT_common_init() staticAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing license header.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* URL update, move comment to a better place.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård2007-07-05
| | | | Originally committed as revision 9474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The watermark vhook cannot handle truncated bitstreams.Víctor Paesa2007-07-05
| | | | Originally committed as revision 9473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make error message more helpful and forbid random()Vitor Sessak2007-07-05
| | | | Originally committed as revision 9472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove more useless parentheses.Vitor Sessak2007-07-05
| | | | Originally committed as revision 9471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about dlfcn-win32 for MinGW vhooksRamiro Polla2007-07-03
| | | | Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only whenVíctor Paesa2007-07-03
| | | | | | --enable-swscaler is set. Originally committed as revision 9469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression checksums after r9447Benoit Fouet2007-07-03
| | | | Originally committed as revision 9468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused fileLuca Abeni2007-07-03
| | | | Originally committed as revision 23715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Description: split mpegvideo.cBenoit Fouet2007-07-03
| | | | Originally committed as revision 9467 to svn://svn.ffmpeg.org/ffmpeg/trunk