ffmpeg/libavcodec
Peter Ross 87e45ae13d rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-28 07:25:28 +02:00
..
alpha simple_idct_alpha: Drop some useless casts. 2011-04-27 19:52:48 +02:00
arm ac3enc: NEON optimised extract_exponents 2011-04-05 01:11:16 +01:00
avr32
bfin
mips
mlib
ppc Convert some undefined 1<<31 shifts into 1U<<31. 2011-04-11 21:47:42 -07:00
ps2
sh4 Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
sparc
x86 Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
4xm.c
8bps.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
8svx.c
Makefile vorbis: Rename decoder/encoder files to follow general file naming scheme. 2011-04-23 14:23:20 +02:00
a64colors.h
a64enc.h
a64multienc.c
a64tables.h
aac.h aacdec: remove sf_scale and sf_offset. 2011-04-27 12:39:37 -04:00
aac_ac3_parser.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 2011-03-25 16:59:00 -04:00
aac_ac3_parser.h Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 2011-03-25 16:59:00 -04:00
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen.c
aac_tablegen.h Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 2011-04-27 12:39:37 -04:00
aac_tablegen_decl.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 2011-04-27 12:39:37 -04:00
aacdec.c aacdec: remove sf_scale and sf_offset. 2011-04-27 12:39:37 -04:00
aacdectab.h aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient 2011-04-27 12:39:37 -04:00
aacenc.c aacenc: Finish 3GPP psymodel analysis for non mid/side cases. 2011-04-23 12:30:05 +03:00
aacenc.h Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
aacps.c
aacps.h
aacps_tablegen.c
aacps_tablegen.h
aacpsdata.c
aacpsy.c aacenc: Fix whitespace after last commit. 2011-04-23 15:02:34 +03:00
aacpsy.h
aacsbr.c aac: add headers needed for log2f() 2011-04-26 08:33:21 +02:00
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3.c ac3dec: fix processing of delta bit allocation information. 2011-04-17 12:33:41 -04:00
ac3.h ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 2011-03-29 19:31:45 +01:00
ac3_parser.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 2011-03-25 16:59:00 -04:00
ac3_parser.h
ac3dec.c ac3dec: fix processing of delta bit allocation information. 2011-04-17 12:33:41 -04:00
ac3dec.h Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dsp.c ac3enc: move extract_exponents inner loop to ac3dsp 2011-04-04 18:27:22 +01:00
ac3dsp.h ac3enc: move extract_exponents inner loop to ac3dsp 2011-04-04 18:27:22 +01:00
ac3enc.c ac3enc: remove check for mismatching channels and channel_layout 2011-04-27 12:57:43 -04:00
ac3enc_fixed.c ac3enc: correct the flipped sign in the ac3_fixed encoder 2011-04-26 17:19:37 -04:00
ac3enc_float.c ac3enc: use generic fixed-point mdct 2011-04-03 19:01:53 +01:00
ac3tab.c Add apply_window_int16() to DSPContext with x86-optimized versions and use it 2011-03-22 21:08:30 -04:00
ac3tab.h ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 2011-03-29 19:31:45 +01:00
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c
adx.h
adxdec.c
adxenc.c
alac.c
alacenc.c
allcodecs.c Add support for AMR-WB encoding via libvo-amrwbenc 2011-04-11 14:55:53 +03:00
alsdec.c
amr.h
amrnbdata.h
amrnbdec.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 2011-04-12 12:38:37 +03:00
amrwbdata.h
amrwbdec.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 2011-04-12 12:38:37 +03:00
anm.c
ansi.c
apedec.c
api-example.c
ass.c
ass.h
assdec.c
assenc.c
asv1.c
atrac.c
atrac.h
atrac1.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
atrac1data.h
atrac3.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
atrac3data.h
audioconvert.c Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 2011-04-11 21:47:53 -07:00
audioconvert.h
aura.c
avcodec.h lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 2011-04-26 08:38:57 +02:00
avfft.c Move dct and rdft definitions to separate files 2011-03-20 17:15:33 +00:00
avfft.h
avpacket.c make av_dup_packet() more cautious on allocation failures 2011-04-15 18:02:05 +02:00
avs.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c
binkaudio.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
binkdata.h
binkidct.c
bitstream.c
bitstream_filter.c
bmp.c
bmp.h
bmpenc.c
bytestream.h
c93.c
cabac.c
cabac.h
cavs.c
cavs.h
cavs_parser.c
cavsdata.h
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
cljr.c
cook.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
cookdata.h
costablegen.c Fixed-point FFT and MDCT 2011-03-31 12:01:27 +01:00
cscd.c
cyuv.c
dca.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
dca.h
dca_parser.c
dcadata.h
dcadsp.c
dcadsp.h
dcahuff.h
dct-test.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
dct.c dct: remove superflous #include 2011-03-20 17:15:41 +00:00
dct.h Move ff_dct_init_mmx declaration to dct.h 2011-03-20 21:12:00 +00:00
dct32.c
dctref.c
dctref.h
dfa.c dfa: protect pointer range checks against overflows. 2011-03-29 07:14:44 -07:00
dirac.c
dirac.h
dirac_parser.c
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c
dnxhdenc.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
dnxhdenc.h
dpcm.c
dpx.c
dsicinav.c
dsputil.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
dsputil.h lavc: remove misc disabled cruft. 2011-04-19 19:01:22 +02:00
dump_extradata_bsf.c
dv.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dvbsub.c
dvbsub_parser.c
dvbsubdec.c
dvdata.c
dvdata.h
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dwt.c
dwt.h
dxa.c
dxva2.c
dxva2.h Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
dxva2_h264.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
eac3dec.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 2011-03-25 16:59:00 -04:00
eac3dec_data.c
eac3dec_data.h
eacmv.c
eaidct.c
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c
elbg.h
error_resilience.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
escape124.c
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fft-fixed-test.c Fixed-point support in fft-test 2011-04-01 15:16:06 +01:00
fft-internal.h Fixed-point MDCT with 32-bit unscaled output 2011-04-02 21:06:07 +01:00
fft-test.c Fixed-point support in fft-test 2011-04-01 15:16:06 +01:00
fft.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
fft.h Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
fft_fixed.c Fixed-point FFT and MDCT 2011-03-31 12:01:27 +01:00
fft_float.c Fixed-point FFT and MDCT 2011-03-31 12:01:27 +01:00
ffv1.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
flac.c
flac.h
flac_parser.c
flacdata.c
flacdata.h
flacdec.c
flacenc.c lavc: remove the FF_API_USE_LPC cruft. 2011-04-19 18:40:35 +02:00
flashsv.c flashsv: Return more meaningful error values. 2011-04-25 16:01:58 +02:00
flashsvenc.c flashsv: Return more meaningful error values. 2011-04-25 16:01:58 +02:00
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
fraps.c Convert some undefined 1<<31 shifts into 1U<<31. 2011-04-11 21:47:42 -07:00
frwu.c
g722.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 2011-04-12 12:38:37 +03:00
g726.c
g729.h
g729data.h
g729dec.c
get_bits.h
gif.c
gifdec.c
golomb.c
golomb.h
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
h261data.h
h261dec.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
h261enc.c
h263.c
h263.h
h263_parser.c
h263_parser.h
h263data.h
h263dec.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
h264.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
h264.h Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
h264_cabac.c
h264_cavlc.c
h264_direct.c
h264_loopfilter.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c
h264_ps.c
h264_refs.c
h264_sei.c
h264data.h
h264dsp.c
h264dsp.h
h264idct.c
h264pred.c
h264pred.h
huffman.c
huffman.h
huffyuv.c
idcinvideo.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
iff.c
iirfilter.c
iirfilter.h
imc.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
imcdata.h
imgconvert.c lavc: remove misc disabled cruft. 2011-04-19 19:01:22 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
indeo5.c
indeo5data.h
intelh263dec.c
internal.h
interplayvideo.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
intrax8.c
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c
ituh263enc.c
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
jfdctfst.c
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 2011-04-02 16:16:44 +02:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libavcodec.v
libdirac.h Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
libdirac_libschro.c
libdirac_libschro.h
libdiracdec.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
libdiracenc.c
libfaac.c
libgsm.c
libmp3lame.c
libopencore-amr.c libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 2011-04-14 00:31:39 +03:00
libopenjpeg.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
libschroedingerenc.c
libspeexdec.c
libtheoraenc.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
libvo-aacenc.c libvo-aacenc,libvo-amrwbenc}: fix api usage 2011-04-18 22:21:13 +02:00
libvo-amrwbenc.c libvo-aacenc,libvo-amrwbenc}: fix api usage 2011-04-18 22:21:13 +02:00
libvorbis.c
libvpxdec.c
libvpxenc.c
libx264.c
libxavs.c
libxvid_internal.h
libxvid_rc.c
libxvidff.c
ljpegenc.c
loco.c Use av_log_ask_for_sample() to request samples from users. 2011-04-22 20:12:39 +02:00
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
mathops.h
mdct.c Fixed-point FFT and MDCT 2011-03-31 12:01:27 +01:00
mdct_fixed.c Fixed-point MDCT with 32-bit unscaled output 2011-04-02 21:06:07 +01:00
mdct_float.c Fixed-point FFT and MDCT 2011-03-31 12:01:27 +01:00
mdec.c
mimic.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c Add support for picture_ptr field in MJpegDecodeContext 2011-03-30 07:18:34 +02:00
mjpegdec.c mjpeg: Detect overreads in mjpeg_decode_scan() and error out. 2011-04-26 09:29:08 +02:00
mjpegdec.h Add support for picture_ptr field in MJpegDecodeContext 2011-03-30 07:18:34 +02:00
mjpegenc.c
mjpegenc.h
mlp.c
mlp.h
mlp_parser.c lavc: add missing audioconvert includes 2011-04-02 16:17:01 +02:00
mlp_parser.h
mlpdec.c
mlpdsp.c
mmvideo.c
motion-test.c
motion_est.c
motion_est_template.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
motionpixels.c
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c
mpeg4videoenc.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
mpeg12.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
mpegaudio.c
mpegaudio.h Move dct and rdft definitions to separate files 2011-03-20 17:15:33 +00:00
mpegaudio3.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec.c lavc: add missing audioconvert includes 2011-04-02 16:17:01 +02:00
mpegaudiodec_float.c
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudioenc.c
mpegaudiotab.h
mpegvideo.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
mpegvideo.h lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
mpegvideo_common.h
mpegvideo_enc.c Introduce slice threads flag. 2011-04-21 19:42:19 -04:00
mpegvideo_parser.c
mpegvideo_xvmc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msrle.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
msrledec.c
msrledec.h
msvideo1.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
mxpegdec.c Add MxPEG decoder 2011-03-30 07:18:34 +02:00
nellymoser.c
nellymoser.h
nellymoserdec.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
nellymoserenc.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
noise_bsf.c
nuv.c
opt.h lavc: provide the opt.h header until the next bump 2011-04-21 07:14:51 +02:00
options.c lavc: remove FF_API_MB_Q cruft 2011-04-26 08:16:06 +02:00
pamenc.c
parser.c avparser: don't av_malloc(0). 2011-04-26 22:07:17 -07:00
parser.h
pcm-mpeg.c
pcm.c pcm: Add const to cast in ENCODE macro. 2011-04-19 16:18:59 +02:00
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pgssubdec.c
pictordec.c
png.c
png.h
pngdec.c
pngenc.c
pnm.c
pnm.h
pnm_parser.c
pnmdec.c
pnmenc.c
psymodel.c
psymodel.h psymodel: extend API to include PE and bit allocation. 2011-04-05 22:21:04 +02:00
pthread.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
ptx.c ptx: Use av_log_ask_for_sample() where appropriate. 2011-04-18 09:41:02 +02:00
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c
qpeg.c qpeg: use reget_buffer() in decode_frame() 2011-04-27 07:44:40 -07:00
qtrle.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
qtrleenc.c
r210dec.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c
ratecontrol.h
raw.c rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 2011-04-28 07:25:28 +02:00
raw.h
rawdec.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
rawenc.c
rdft.c Move dct and rdft definitions to separate files 2011-03-20 17:15:33 +00:00
rdft.h Move dct and rdft definitions to separate files 2011-03-20 17:15:33 +00:00
rectangle.h
remove_extradata_bsf.c
resample.c lavc: remove the FF_API_AUDIO_OLD cruft. 2011-04-19 18:37:03 +02:00
resample2.c
rl.h
rl2.c
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 2011-03-22 18:26:46 -04:00
rpza.c
rtjpeg.c
rtjpeg.h
rv10.c
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
rv34.h
rv34data.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
sbr.h
sgi.h
sgidec.c
sgienc.c
shorten.c
simple_idct.c
simple_idct.h
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c
sipr.h
sipr16k.c
sipr16kdata.h
siprdata.h
smacker.c smacker: remove unnecessary call to avctx->release_buffer in decode_frame() 2011-04-27 07:41:59 -07:00
smc.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
snow.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
snow.h
sp5x.h
sp5xdec.c
srtdec.c
sunrast.c
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
svq1enc.c
svq1enc_cb.h
svq3.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
synth_filter.c
synth_filter.h
tableprint.c
tableprint.h
targa.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
targa.h
targaenc.c
thread.h Remove unnecessary parameter from ff_thread_init() and fix behavior 2011-04-05 16:53:26 +02:00
tiertexseqv.c
tiff.c
tiff.h
tiffenc.c
tmv.c
truemotion1.c Use av_log_ask_for_sample() where appropriate. 2011-04-21 19:58:54 +02:00
truemotion1data.h
truemotion2.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
truespeech.c
truespeech_data.h
tscc.c make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
tta.c Use av_log_ask_for_sample() where appropriate. 2011-04-21 19:58:54 +02:00
twinvq.c vorbis: Rename decoder/encoder files to follow general file naming scheme. 2011-04-23 14:23:20 +02:00
twinvq_data.h
txd.c
ulti.c ultimotion: use reget_buffer() in ulti_decode_frame() 2011-04-27 07:42:42 -07:00
ulti_cb.h
unary.h
utils.c Simplify av_log_missing_feature(). 2011-04-27 19:48:58 +02:00
v210dec.c
v210enc.c
v210x.c Use av_log_ask_for_sample() where appropriate. 2011-04-21 19:58:54 +02:00
vaapi.c
vaapi.h
vaapi_h264.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
vaapi_vc1.c Replace more FFmpeg references by Libav. 2011-04-17 19:31:49 +02:00
vb.c
vc1.c Parse sprite data for WMVP and WVP2, and decode sprites for the latter 2011-04-10 10:07:49 +02:00
vc1.h wmv3dec: fix playback of complex WMV3 files using simple_idct. 2011-04-16 15:19:53 -04:00
vc1_parser.c
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c lavc: remove FF_API_HURRY_UP cruft 2011-04-26 08:16:05 +02:00
vc1dsp.c
vc1dsp.h
vcr1.c
vdpau.c
vdpau.h
vdpau_internal.h
version.h lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 2011-04-26 08:38:57 +02:00
vmdav.c
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbisdec.c vorbisdec: Rename silly "class_" variable to plain "class". 2011-04-27 19:54:55 +02:00
vorbisenc.c vorbis: Rename decoder/encoder files to follow general file naming scheme. 2011-04-23 14:23:20 +02:00
vp3.c
vp3_parser.c
vp3data.h
vp3dsp.c
vp5.c
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8.c vp8.c: rename EDGE_* to VP8_EDGE_*. 2011-03-24 21:48:18 -04:00
vp8.h
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c vqavideo: We no longer need to ask for version 1 samples. 2011-04-22 20:02:24 +02:00
w32thread.c Remove unnecessary parameter from ff_thread_init() and fix behavior 2011-04-05 16:53:26 +02:00
wavpack.c
wma.c
wma.h Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
wmadata.h
wmadec.c
wmaenc.c
wmaprodata.h
wmaprodec.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
wmavoice.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
wmavoice_data.h
wmv2.c
wmv2.h
wmv2dec.c
wmv2enc.c
wnv1.c Use av_log_ask_for_sample() to request samples from users. 2011-04-22 20:12:39 +02:00
ws-snd1.c
xan.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvmc.h lavc: remove misc disabled cruft. 2011-04-19 19:01:22 +02:00
xvmc_internal.h
xxan.c
yop.c
zmbv.c
zmbvenc.c