Måns Rullgård [Sat, 7 Jul 2007 20:50:31 +0000 (20:50 +0000)]
use bytestream_get_* and AV_RLxx
Originally committed as revision 9525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 7 Jul 2007 20:50:29 +0000 (20:50 +0000)]
whitespace cosmetics
Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 7 Jul 2007 20:50:27 +0000 (20:50 +0000)]
add 64-bit bytestream read/write functions
Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 7 Jul 2007 13:46:30 +0000 (13:46 +0000)]
kill uninitialised variable warning in amr_read_packet()
Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 7 Jul 2007 13:46:28 +0000 (13:46 +0000)]
kill uninitialised variable warning in ac3_probe()
Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 7 Jul 2007 13:46:25 +0000 (13:46 +0000)]
remove unused functions
Originally committed as revision 9520 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 07:35:18 +0000 (07:35 +0000)]
prepare splitting decoder-only parts into own file:
make commonly used functions global
Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 07:14:58 +0000 (07:14 +0000)]
move dequantization into its own inline function
Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 06:49:20 +0000 (06:49 +0000)]
cosmetic: rename VLC tables to make clear they
are for decoding
Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 06:34:30 +0000 (06:34 +0000)]
setting special motion vectors in intra macroblocks
is now in its own inline function
Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 06:27:44 +0000 (06:27 +0000)]
setting intra prediction modes to default values
in inter macroblocks is now in its own inline
function
Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 06:15:05 +0000 (06:15 +0000)]
move modification of intra prediction modes into
its own inline function
Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 05:27:59 +0000 (05:27 +0000)]
move preparation of chroma intra prediction into its
own inline function
Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 05:03:22 +0000 (05:03 +0000)]
move existing inline functions from cavs.c to cavs.h
Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 04:58:54 +0000 (04:58 +0000)]
move context structure definition from cavs.c to cavs.h
Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 7 Jul 2007 04:54:05 +0000 (04:54 +0000)]
make vector constants global
Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 6 Jul 2007 18:41:59 +0000 (18:41 +0000)]
handle --enable-small same way as other CONFIG_* options (almost)
Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Janne Grunau [Fri, 6 Jul 2007 15:24:08 +0000 (15:24 +0000)]
free thread context
patch by Janne Grunau: [janne-ffmpeg grunau be]
Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 6 Jul 2007 15:19:35 +0000 (15:19 +0000)]
split SVQ1 decoder and encoder in their own files
Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Fri, 6 Jul 2007 15:17:52 +0000 (15:17 +0000)]
set thread_opaque to NULL when freeing it
Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Fri, 6 Jul 2007 14:21:37 +0000 (14:21 +0000)]
Add support for streams with different chroma_qp_index_offset
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
Aurelien Jacobs [Fri, 6 Jul 2007 14:14:41 +0000 (14:14 +0000)]
simplify ff_copy_bits: merge 2 test branches
Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 6 Jul 2007 14:13:25 +0000 (14:13 +0000)]
move ff_copy_bits to bitstream.c
Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 6 Jul 2007 14:11:29 +0000 (14:11 +0000)]
Drop redundant assignment and variable
Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Fri, 6 Jul 2007 11:47:02 +0000 (11:47 +0000)]
me option implemented as an AVOption
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
Diego Biurrun [Fri, 6 Jul 2007 10:45:53 +0000 (10:45 +0000)]
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 6 Jul 2007 09:32:34 +0000 (09:32 +0000)]
Use AV_RB* macros where appropriate.
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
Andreas Öman [Fri, 6 Jul 2007 07:58:08 +0000 (07:58 +0000)]
Precompute a chroma_qp table with index offset for each pps,
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
Andreas Öman [Fri, 6 Jul 2007 07:55:37 +0000 (07:55 +0000)]
Compute the dequant coefficient table ptr outside the loop,
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
Luca Abeni [Fri, 6 Jul 2007 07:18:25 +0000 (07:18 +0000)]
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c
Originally committed as revision 9496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 6 Jul 2007 07:16:47 +0000 (07:16 +0000)]
Add support for non-blocking input formats
Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 22:57:52 +0000 (22:57 +0000)]
include snow encoder only if it is not disabled
Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 22:29:55 +0000 (22:29 +0000)]
spelling/grammar
Originally committed as revision 9493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Eric Paul [Thu, 5 Jul 2007 20:58:34 +0000 (20:58 +0000)]
check udp_read_packet return value not to access uninitialized memory
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
Oliver Pfister [Thu, 5 Jul 2007 20:47:58 +0000 (20:47 +0000)]
fix mem leak
patch by Oliver Pfister: [oliver pfister gmx ch]
Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oliver Pfister [Thu, 5 Jul 2007 20:46:48 +0000 (20:46 +0000)]
fix mem leak
patch by Oliver Pfister: [oliver pfister gmx ch]
Originally committed as revision 9490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 5 Jul 2007 20:08:51 +0000 (20:08 +0000)]
update my email address
Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 5 Jul 2007 19:53:34 +0000 (19:53 +0000)]
Add my last name to copyright headers
Originally committed as revision 9488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 12:59:38 +0000 (12:59 +0000)]
forgot to svn add mpeg12.h in r9477
Originally committed as revision 9487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 12:06:02 +0000 (12:06 +0000)]
typos
Originally committed as revision 9486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 10:41:37 +0000 (10:41 +0000)]
UTF-8 conversion
Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 10:40:25 +0000 (10:40 +0000)]
license header consistency cosmetics
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 10:37:29 +0000 (10:37 +0000)]
Group all copyright and author notices together.
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 10:18:58 +0000 (10:18 +0000)]
license header consistency cosmetics
Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 5 Jul 2007 10:18:27 +0000 (10:18 +0000)]
Group all copyright and author notices together.
Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Aurelien Jacobs [Thu, 5 Jul 2007 09:55:48 +0000 (09:55 +0000)]
make DCT_common_init() static
Originally committed as revision 9482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 09:50:00 +0000 (09:50 +0000)]
Add missing license header.
Originally committed as revision 9481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 09:48:29 +0000 (09:48 +0000)]
move mpeg encoder specific initialization in the encoder specific file
Originally committed as revision 9480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 09:21:55 +0000 (09:21 +0000)]
add proper ff_ prefix to new extern symbols
Originally committed as revision 9479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 09:09:53 +0000 (09:09 +0000)]
cosmetics: indentation
Originally committed as revision 9478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 5 Jul 2007 09:08:28 +0000 (09:08 +0000)]
split mpeg12 encoder out of mpeg12.c
Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Jul 2007 09:06:27 +0000 (09:06 +0000)]
URL update, move comment to a better place.
Originally committed as revision 9476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 5 Jul 2007 06:47:00 +0000 (06:47 +0000)]
use av_freep() in free_vlc() and failed init_vlc()
Originally committed as revision 9474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Thu, 5 Jul 2007 05:13:50 +0000 (05:13 +0000)]
The watermark vhook cannot handle truncated bitstreams.
Originally committed as revision 9473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 5 Jul 2007 05:02:47 +0000 (05:02 +0000)]
Make error message more helpful and forbid random()
Originally committed as revision 9472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 5 Jul 2007 03:01:53 +0000 (03:01 +0000)]
Remove more useless parentheses.
Originally committed as revision 9471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 3 Jul 2007 17:59:28 +0000 (17:59 +0000)]
Add note about dlfcn-win32 for MinGW vhooks
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Tue, 3 Jul 2007 16:12:55 +0000 (16:12 +0000)]
On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only when
--enable-swscaler is set.
Originally committed as revision 9469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 3 Jul 2007 15:41:00 +0000 (15:41 +0000)]
update regression checksums after r9447
Originally committed as revision 9468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 3 Jul 2007 13:52:36 +0000 (13:52 +0000)]
Remove unused file
Originally committed as revision 23715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benoit Fouet [Tue, 3 Jul 2007 09:55:56 +0000 (09:55 +0000)]
Description: split mpegvideo.c
Originally committed as revision 9467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jul 2007 09:12:55 +0000 (09:12 +0000)]
CONFIG_XVID --> CONFIG_LIBXVID
Originally committed as revision 9466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 3 Jul 2007 02:52:40 +0000 (02:52 +0000)]
Remove useless parentheses.
Originally committed as revision 9465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 3 Jul 2007 02:50:36 +0000 (02:50 +0000)]
Remove variables made unused by the last two patches and test svn access.
Originally committed as revision 9464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Mon, 2 Jul 2007 19:49:31 +0000 (19:49 +0000)]
Add myself to Windows MinGW maintainers
Originally committed as revision 9463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 17:00:51 +0000 (17:00 +0000)]
Move comment to a slightly better place.
Originally committed as revision 9462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 17:00:04 +0000 (17:00 +0000)]
Remove leading underscores from specifiers, they are reserved.
Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 12:52:41 +0000 (12:52 +0000)]
Fix 'make checkheaders'.
Originally committed as revision 23701 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Mon, 2 Jul 2007 12:52:20 +0000 (12:52 +0000)]
Fix 'make checkheaders'.
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 12:19:26 +0000 (12:19 +0000)]
spelling cosmetics
Originally committed as revision 9459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 11:43:38 +0000 (11:43 +0000)]
Remove obsolete and misleading comment.
Originally committed as revision 23700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Vitor Sessak [Mon, 2 Jul 2007 10:21:41 +0000 (10:21 +0000)]
use properly AVFrame.linesize
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 2 Jul 2007 10:20:12 +0000 (10:20 +0000)]
use properly AVFrame.linesize
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 10:10:53 +0000 (10:10 +0000)]
Add missing comment markers to #endif directive.
Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jul 2007 10:08:47 +0000 (10:08 +0000)]
Add missing comment markers to #endif directive.
Originally committed as revision 9454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 2 Jul 2007 07:43:23 +0000 (07:43 +0000)]
to be able to compile without HAVE_AV_CONFIG_H
patch by Ronald S. Bultje: [rsbultje gmail com]
original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation
date: 06/23/2007 03:15 AM
Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexis Ballier [Mon, 2 Jul 2007 07:06:28 +0000 (07:06 +0000)]
QT RLE encoder
patch by Alexis Ballier: [alexis ballier gmail com]
original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis
date: 06/24/2007 03:56 PM
Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Fri, 29 Jun 2007 16:39:18 +0000 (16:39 +0000)]
Add myself as Cygwin maintainer.
Originally committed as revision 9451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 28 Jun 2007 15:53:36 +0000 (15:53 +0000)]
this prediction direction adjustment is wrong
Originally committed as revision 9450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 28 Jun 2007 12:09:02 +0000 (12:09 +0000)]
Clarify --enable-libfaadbin option description.
Originally committed as revision 9449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 28 Jun 2007 12:07:06 +0000 (12:07 +0000)]
Clarify what libfaadbin means in the summary output.
Originally committed as revision 9448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 28 Jun 2007 11:18:16 +0000 (11:18 +0000)]
comment grammar fixes
Originally committed as revision 23685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ivan Kalvachev [Wed, 27 Jun 2007 14:27:47 +0000 (14:27 +0000)]
Identify the loop_filter flag as such and remove the unused variables in the context.
Originally committed as revision 9447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 27 Jun 2007 10:40:29 +0000 (10:40 +0000)]
use the right stride
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 27 Jun 2007 10:37:37 +0000 (10:37 +0000)]
Mention unneeded casts and parentheses
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 27 Jun 2007 07:58:37 +0000 (07:58 +0000)]
Add proper license header.
Originally committed as revision 9444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 27 Jun 2007 06:57:31 +0000 (06:57 +0000)]
use the right stride
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 27 Jun 2007 06:54:47 +0000 (06:54 +0000)]
remove empty write trailer functions
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 26 Jun 2007 23:08:39 +0000 (23:08 +0000)]
compute absolute data offset after reading blocksize
Originally committed as revision 9441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 26 Jun 2007 20:13:59 +0000 (20:13 +0000)]
indentation
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 26 Jun 2007 20:13:09 +0000 (20:13 +0000)]
right copyrights
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 26 Jun 2007 20:10:26 +0000 (20:10 +0000)]
add width and height in context and use them
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 26 Jun 2007 18:01:15 +0000 (18:01 +0000)]
Indentation
Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 26 Jun 2007 18:00:50 +0000 (18:00 +0000)]
test context before accessing it
Originally committed as revision 9436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Tue, 26 Jun 2007 16:13:44 +0000 (16:13 +0000)]
remove ENABLE_SWSCALER conditions
patch by Ronald S. Bultje: [rsbultje gmail com]
Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 26 Jun 2007 16:09:55 +0000 (16:09 +0000)]
add an AVClass pointer in SwsContext context
Originally committed as revision 9434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 26 Jun 2007 15:52:54 +0000 (15:52 +0000)]
Make globals static
Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 26 Jun 2007 13:25:12 +0000 (13:25 +0000)]
Update copyright year
Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Tue, 26 Jun 2007 07:51:20 +0000 (07:51 +0000)]
Introducing Topics
Originally committed as revision 9431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 25 Jun 2007 21:47:29 +0000 (21:47 +0000)]
this is named BlockSize in specs
Originally committed as revision 9430 to svn://svn.ffmpeg.org/ffmpeg/trunk