14057 Commits (a4b6000b00850f74fabc06f673da49331d5fdf5d)

Author SHA1 Message Date
Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 14 years ago
Oskar Arvidsson 563c72dabb Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 14 years ago
Ronald S. Bultje dd561441b1 h264: DSP'ize MBAFF loopfilter. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Mans Rullgard a88ef93b4a mpegaudiodec: group #includes more sanely 14 years ago
Mans Rullgard 0d849074a4 mpegaudio: remove #if 0 blocks 14 years ago
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 14 years ago
Michael Niedermayer 38bb5a5434 mpeg4videoenc: Support negative timestamps. 14 years ago
Mans Rullgard 3a2e80ecbc mpegaudio: remove CONFIG_AUDIO_NONSHORT 14 years ago
Nathan Caldwell b58e298572 psymodel: Remove wrapper functions. 14 years ago
Nathan Caldwell 5b29af624f aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'. 14 years ago
Stefano Sabatini 554d3ad730 pnmdec: reindent after the previous commit 14 years ago
Stefano Sabatini 4a745b4177 pnmdec: add support for mono images with non-space-separated pixel digits 14 years ago
Michael Niedermayer b0e1d0d9ee ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10 14 years ago
Baptiste Coudurier 74bf9d6231 v210enc:clip values according to specifications 14 years ago
Baptiste Coudurier 3e002747d1 v210enc: switch to PIX_FMT_422P10 14 years ago
Baptiste Coudurier 807a058e8b v210dec: switch to PIX_FMT_422P10 14 years ago
Stefano Sabatini 4737a59373 ffv1: set internal frame defaults 14 years ago
Baptiste Coudurier 299cbe2c9b PIX_FMT_422P10 support 14 years ago
Michael Niedermayer af3c8f8230 adpcmenc:Optimize adpcm_ima_qt_compress_sample() 14 years ago
Baptiste Coudurier 35d3d44a84 adpcmenc: fix QT IMA ADPCM encoder 14 years ago
Baptiste Coudurier b3d5a4b06e adpcmdec: Fix QT IMA ADPCM decoder 14 years ago
Michael Niedermayer 732ff29bff svq1dec: simpify mean calculation. 14 years ago
Michael Niedermayer 8f5729d54d svq1dec: replace /2 by >>1 14 years ago
Michael Niedermayer 0257ac8f12 pnm: Fix spurious error message. 14 years ago
Stefano Sabatini 7030501383 libopenjpeg: set internal frame defaults 14 years ago
Reimar Döffinger 6fd00e9dd9 aacdec: add decode_channel_map overread check 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini 18ded93ab3 lavc: add format field to AVFrame 14 years ago
Stefano Sabatini 22333a6b19 lavc: add width and height fields to AVFrame 14 years ago
Reimar Döffinger f44967b1b5 Use av_fast_malloc instead of av_fast_realloc. 14 years ago
Reimar Döffinger 20e5d64a1a msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating value 14 years ago
Michael Niedermayer c25a8d7dfb mpegvideo: fix 422 lowres 14 years ago
JULIAN GARDNER 423986fc09 Allow encodiing empty subtitles. 14 years ago
Alex Converse 869303bebd wmavoice: Use proper size in memeset(). 14 years ago
Baptiste Coudurier 0fa8d19987 In svq3 decoder, check negative mb_type, fix potential crash. 14 years ago
Michael Niedermayer 757ec2d7e7 MPEG: support 4:4:4 lowres 14 years ago
Michael Niedermayer 59b9c75d0e MPEG: support 4:4:4 intra lowres 14 years ago
Baptiste Coudurier 2264c11081 SVQ3: do not modify const input buffer 14 years ago
Baptiste Coudurier b0e7a932e6 SVQ3: Check that things match up after a frame. 14 years ago
Baptiste Coudurier 8811679c8e SVQ3: Move svq3 specific fields to their own context. 14 years ago
Michael Niedermayer 334187ade7 Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’" 14 years ago
JULIAN GARDNER e822c237b3 dvbsubdec: Split delete_state() 14 years ago
Michael Niedermayer 9522a752bf xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash. 14 years ago
Justin Ruggles d7c91c4cea sonic: fix sonic decoder to match encoder for sample rates other than 44100. 14 years ago
Michael Niedermayer 105a3c7a6b bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]" 14 years ago
Diego Biurrun 61165a1bba Fix standalone compilation of WTV demuxer. 14 years ago
Diego Biurrun 091018e0dd Fix standalone compilation of MXPEG decoder. 14 years ago