summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-21
| | | | Originally committed as revision 2410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BSD doesnt have log2Michael Niedermayer2003-10-21
| | | | Originally committed as revision 2407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 aspect ratio encoding fixedMichael Niedermayer2003-10-20
| | | | Originally committed as revision 2406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use continued fractions to approximate a fraction if its numerator or ↵Michael Niedermayer2003-10-20
| | | | | | denominator is too large Originally committed as revision 2405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
| | | | Originally committed as revision 2402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-20
| | | | | | | fix mpeg2 aspect_ratio for the rare case that active display area != AVCodecContext.width/height decode sequence display extension & picture display extension Originally committed as revision 2401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot ↵Dan Christiansen2003-10-19
| | | | | | au dot dk>) Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
| | | | | | | | * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set. Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if ↵Michael Niedermayer2003-10-17
| | | | | | emu_edge is set Originally committed as revision 2395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGERoman Shaposhnik2003-10-16
| | | | | | was not set. Originally committed as revision 2394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix for a trivial 100l declaration typoRoman Shaposhnik2003-10-16
| | | | Originally committed as revision 2393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture buffer cleanup, this fixes a assertion failure (if assertion ↵Michael Niedermayer2003-10-16
| | | | | | checking was manualy enabled for utils.c) and a memleak at least Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
| | | | Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace file to remove nasty DOS CRs and hard tabsMike Melanson2003-10-15
| | | | Originally committed as revision 2384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be part of adpcm.cMike Melanson2003-10-15
| | | | Originally committed as revision 2383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quietMike Melanson2003-10-15
| | | | Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp> Originally committed as revision 2376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the case where all vlc codes are 8 bits long (repeat=256)Michael Niedermayer2003-10-13
| | | | Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check if the ac esc 3 could have been stored as vlc as this detects ↵Michael Niedermayer2003-10-13
| | | | | | only very few errors allthough it detects several buggy encoders Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-13
| | | | Originally committed as revision 2368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding if the aspect ratio changesMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 GOB decoding fixMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora comments skippingAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using av_abortAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora decoding support (only keyframes for now, because by theora the frame ↵Alex Beregszaszi2003-10-11
| | | | | | isn't flipped so the motion vectors are getting screwed up) Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimised versions of the get_pixels, diff_pixels, and bswap_bufMike Melanson2003-10-11
| | | | | | | | functions and support for 4 pixel high blocks in the put_pixels8_xxx and avg_pixels8_xxx functions, courtesy of Robin Kay (komadori at gekkou.co.uk) Originally committed as revision 2358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to commit, i hope its correctMichael Niedermayer2003-10-11
| | | | Originally committed as revision 2357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | direct rendering support Originally committed as revision 2356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | VOL != 0x120 support Originally committed as revision 2355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit (of patch, as cvslog msg didnt apply cleanly)Steven M. Schultz2003-10-11
| | | | | | libavcodec/ppc compile errors patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | slightly cleaner width / height comment Originally committed as revision 2353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-11
| | | | | | #define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>) Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofDrew Hess2003-10-11
| | | | | | promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>) Originally committed as revision 2351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * recommiting change from SF CVSRoman Shaposhnik2003-10-11
| | | | Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support a few more types of VQA filesMike Melanson2003-10-11
| | | | Originally committed as revision 2349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lagrange multipler instead of qp for ratecontrol, this may break some ↵Michael Niedermayer2003-10-07
| | | | | | | | things, tell me ASAP if u notice anything broken quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch marks frames used in RPZA decoder as reference frames, fromMike Melanson2003-10-05
| | | | | | Roberto Togni (rtogni at freemail.it) Originally committed as revision 2347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 + trellis quant segfault fixMichael Niedermayer2003-10-05
| | | | Originally committed as revision 2346 to svn://svn.ffmpeg.org/ffmpeg/trunk