|
|
|
@ced9556b
|
14 years |
diego |
configure: Enable libpostproc automatically if GPL code is enabled.
…
|
|
|
@e575685f
|
14 years |
diego |
Cosmetics: fix prototypes in oggdec
Signed-off-by: Diego Biurrun …
|
|
|
@5780f41a
|
14 years |
diego |
oggdec: fix memleak with continuous streams.
This avoids the creation …
|
|
|
@2501d2f3
|
14 years |
anton |
matroskaenc: add missing new line in av_log() call
Signed-off-by: …
|
|
|
@14cf9e69
|
14 years |
anton |
dnxhdenc: add AVClass in private context.
Fixes private options.
…
|
|
|
@304e983d
|
14 years |
anton |
movenc: fix yuv range in avid atoms used by dnxhd.
yuv range: full 1 …
|
|
|
@7fe3207e
|
14 years |
anton |
movenc: fix adpcm mono muxing.
Signed-off-by: Anton Khirnov …
|
|
|
@6ae38aa3
|
14 years |
anton |
mpegts: do not output known sized packet if an unbounded packet is …
|
|
|
@9c3f5ef6
|
14 years |
anton |
ffprobe: tweak error message in open_input_file()
Replace "codec …
|
|
|
@c7d22c5d
|
14 years |
anton |
patcheck: warn about assert usage
Signed-off-by: Michael Niedermayer …
|
|
|
@92fe2587
|
14 years |
anton |
configure: sort filter deps entries
Signed-off-by: Anton Khirnov …
|
|
|
@0a6b1a9f
|
14 years |
diego |
Replace int_fast integer types with their sized standard posix …
|
|
|
@be898457
|
14 years |
diego |
jfdct: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@046f081b
|
14 years |
diego |
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
…
|
|
|
@45faf7fc
|
14 years |
diego |
nsv: Fix misdetection of MP3 files as NSV.
If an MP3 file contains …
|
|
|
@b3bbc6fd
|
14 years |
diego |
oggdec: use explicit AVInputFormat struct initializers
Signed-off-by: …
|
|
|
@f95257d2
|
14 years |
diego |
oggdec: simplify ogg_probe
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@c8f487de
|
14 years |
rsbultje |
swscale: fix YUV420P 9/10bit support.
Fix handling of input if not in …
|
|
|
@5705b020
|
14 years |
jason |
10-bit H.264 x86 chroma v loopfilter asm
Also delete some unused …
|
|
|
@9aa9104
|
14 years |
diego |
Port SMPTE S302M audio decoder from FFmbc 0.3.
|
|
|
@b44c8ad2
|
14 years |
siretart |
Fix crash of interlaced MPEG2 decoding
Problem description, …
|
|
|
@d2bf4289
|
14 years |
anton |
h264pred: fix one more aliasing violation.
Signed-off-by: Anton …
|
|
|
@36dc49b7
|
14 years |
anton |
doc/APIchanges: fill in missing hashes and dates.
|
|
|
@880fa218
|
14 years |
anton |
flacenc: use proper initializers for AVOption default values.
…
|
|
|
@c9e81d07
|
14 years |
anton |
lavc: deprecate named constants for deprecated antialias_algo.
|
|
|
@083e715f
|
14 years |
siretart |
aac: workaround for compilation on cygwin
On cygwin, math.h needs to …
|
|
|
@5c511ad4
|
14 years |
siretart |
swscale: extend YUV422p support to 10bits depth
Signed-off-by: …
|
|
|
@b437f5b0
|
14 years |
diego |
tiff: add support for inverted FillOrder for uncompressed data
Fix …
|
|
|
@bea70575
|
14 years |
diego |
Remove unused softfloat implementation.
The softfloat functionality …
|
|
|
@2caf19e
|
14 years |
rsbultje |
h264pred: fix aliasing violations.
Tested to fix Haiku H264/10bit …
|
|
|
@e1e0ca70
|
14 years |
diego |
rotozoom: Eliminate French variable name.
|
|
|
@cbb0930
|
14 years |
diego |
rotozoom: Check return value of fread().
This fixes the warnings: …
|
|
|
@771339c
|
14 years |
diego |
rotozoom: Return an error value instead of calling exit().
|
|
|
@2131e859
|
14 years |
diego |
rotozoom: Make init_demo() return int and check for errors on invocation.
|
|
|
@5a37c12c
|
14 years |
diego |
rotozoom: Drop silly UINT8 typedef.
|
|
|
@e9c10459
|
14 years |
diego |
rotozoom: Drop some unnecessary parentheses.
|
|
|
@f628559d
|
14 years |
diego |
rotozoom: K&R coding style cosmetics
|
|
|
@0b4949b5
|
14 years |
martin |
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
…
|
|
|
@3fd62c6e
|
14 years |
anton |
ffmpeg: call pre_process_video_frame() only if decoding is needed
In …
|
|
|
@2b95602e
|
14 years |
anton |
ffmpeg: reformat resample condition code in transcode()
…
|
|
|
@9aa797cd
|
14 years |
anton |
ffmpeg: factorize resampling condition check in do_video_out()
…
|
|
|
@c29c2eea
|
14 years |
anton |
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
…
|
|
|
@2ecc5b70
|
14 years |
anton |
ffmpeg: improve reporting if size/pixel format changes
Use av_log() …
|
|
|
@b568d6d9
|
14 years |
anton |
ffmpeg: warns the user when the selected pixel format is ignored
…
|
|
|
@91199cf
|
14 years |
anton |
ffplay: add a dummy option -i so that it is easy to switch between …
|
|
|
@ffc437c0
|
14 years |
alex.converse |
cosmetics: Fix crazy formatting in resample.
|
|
|
@3e00abab
|
14 years |
alex.converse |
Allow resampling with no channel count change for up to 8 channels.
|
|
|
@918a5409
|
14 years |
alex.converse |
Don't allow unsupported resampling configurations.
|
|
|
@9f3d6ca4
|
14 years |
jason |
Port x86 10-bit H.264 deblock asm from x264
|
|
|
@8ad77b65
|
14 years |
jason |
Update x86 H.264 deblock asm
Includes AVX versions from x264.
|
|
|
@b6675279
|
14 years |
anton |
AVOptions: make default_val a union, as proposed in AVOption2.
This …
|
|
|
@b27b54de
|
14 years |
rsbultje |
arm/h264pred: add missing argument type.
|
|
|
@86b29553
|
14 years |
rsbultje |
h264dsp_mmx: place bracket outside #if/#endif block.
Should fix …
|
|
|
@ecc29730
|
14 years |
rsbultje |
lavf/utils: fix ff_interleave_compare_dts corner case.
This should …
|
|
|
@23d10ce0
|
14 years |
rsbultje |
fate: add 10-bit H264 tests.
|
|
|
@e86fbe17
|
14 years |
rsbultje |
h264: do not print "too many references" warning for intra-only.
…
|
|
|
@d545cf80
|
14 years |
rsbultje |
Enable decoding of high bit depth h264.
This patch completes the high …
|
|
|
@19a0729b
|
14 years |
rsbultje |
Adds 8-, 9- and 10-bit versions of some of the functions used by the …
|
|
|
@fcc0224e
|
14 years |
rsbultje |
Add support for higher QP values in h264.
In high bit depth, the QP …
|
|
|
@6e3ef511
|
14 years |
rsbultje |
Add the notion of pixel size in h264 related functions.
In high bit …
|
|
|
@44ca80df
|
14 years |
rsbultje |
Make the h264 loop filter bit depth aware.
Preparatory patch for high …
|
|
|
@87ce8b49
|
14 years |
rsbultje |
Template dsputil_template.c with respect to pixel size, etc.
…
|
|
|
@5d4bd9cc
|
14 years |
rsbultje |
Template h264idct_template.c with respect to pixel size, etc.
…
|
|
|
@de3e7607
|
14 years |
rsbultje |
Preparatory patch for high bit depth h264 decoding support.
…
|
|
|
@325eefa2
|
14 years |
rsbultje |
Move some functions in dsputil.c into a new file dsputil_template.c.
…
|
|
|
@15fb393b
|
14 years |
rsbultje |
Move the functions in h264idct into a new file h264idct_template.c.
…
|
|
|
@5ada2524
|
14 years |
rsbultje |
Move the functions in h264pred.c into a new file h264pred_template.c.
…
|
|
|
@563c72da
|
14 years |
rsbultje |
Preparatory patch for high bit depth h264 decoding support.
…
|
|
|
@42239ce
|
14 years |
rsbultje |
Add pixel formats for 9- and 10-bit yuv420p.
Also add support for …
|
|
|
@e39e3aba
|
14 years |
rsbultje |
Choose h264 chroma dc dequant function dynamically.
Needed for high …
|
|
|
@dd561441
|
14 years |
rsbultje |
h264: DSP'ize MBAFF loopfilter.
|
|
|
@cb48fdf6
|
14 years |
rsbultje |
ffmpeg: Simplify decode loop condition to not use next_pts
…
|
|
|
@188dea1d
|
14 years |
anton |
lavc: move some flac-specific options to its private context.
|
|
|
@bc97695a
|
14 years |
anton |
ffmpeg: remove unused fields AVOutputStream.original_width/height
…
|
|
|
@f38d900f
|
14 years |
anton |
ffmpeg: remove unused variable padding_src in do_video_out()
…
|
|
|
@d1991f51
|
14 years |
anton |
ffmpeg: fix negative verbosity.
Signed-off-by: Anton Khirnov …
|
|
|
@3372ec32
|
14 years |
anton |
cmdutils: add OPT_INT check in parse_number_or_die()
Check that the …
|
|
|
@0420bf09
|
14 years |
anton |
ffmpeg: rename configure_filters() to configure_video_filters()
…
|
|
|
@5d2c6f42
|
14 years |
anton |
cmdutils: remove list_fmts(), simplify
The function was only used in …
|
|
|
@c3e40410
|
14 years |
anton |
Add missing CONFIG_AVFILTER check.
Fix configure --disable-avfilter …
|
|
|
@a88ef93b
|
14 years |
mans |
mpegaudiodec: group #includes more sanely
Signed-off-by: Mans …
|
|
|
@0d849074
|
14 years |
mans |
mpegaudio: remove #if 0 blocks
Signed-off-by: Mans Rullgard …
|
|
|
@19615089
|
14 years |
anton |
ffmpeg.c: reset avoptions after each input/output file.
This is …
|
|
|
@1435f2fa
|
14 years |
anton |
ffmpeg.c: store per-output stream sws flags.
|
|
|
@6bb6fb05
|
14 years |
mans |
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
The low quality mode is …
|
|
|
@ed87375d
|
14 years |
martin |
mpegtsenc: Clear st->priv_data when freeing it
If not cleared, the …
|
|
|
@a7ea5e3d
|
14 years |
martin |
udp: Fix receiving RTP data over multicast
Earlier, AVIO_RDWR was …
|
|
|
@f9a6cfdd
|
14 years |
martin |
rtpproto: Remove an unused variable
Signed-off-by: Martin Storsjö …
|
|
|
@ecfc5e0b
|
14 years |
mans |
regtest: fix wma tests
This adds $DEC_OPTS to the wma decode …
|
|
|
@3a2e80e
|
14 years |
mans |
mpegaudio: remove CONFIG_AUDIO_NONSHORT
This fake option cannot be …
|
|
|
@eeadaa6b
|
14 years |
mans |
regtest: separate flags for encoding and decoding
This separates …
|
|
|
@847aaec6
|
14 years |
alex.converse |
log: Fix an oob array read.
|
|
|
@c38d9780
|
14 years |
alex.converse |
cosmetics: trim trailing whitespace in postproc
|
|
|
@1569554
|
14 years |
alex.converse |
Ban strncpy() it's too easy to misuse.
|
|
|
@b58e2985
|
14 years |
alex.converse |
psymodel: Remove wrapper functions.
Instead use the function pointers …
|
|
|
@5b29af6
|
14 years |
alex.converse |
aacenc: Replace loop counters in aac_encode_frame() with more …
|
|
|
@fc7314b3
|
14 years |
mans |
regtest: remove redundant flags in jpg test
Signed-off-by: Mans …
|
|
|
@765f72f8
|
14 years |
mans |
regtest: use run_ffmpeg in do_image_formats
Signed-off-by: Mans …
|
|
|
@2728fd90
|
14 years |
mans |
regtest: simplify encoding functions
The video encoding options were …
|
|
|
@648e55ff
|
14 years |
anton |
ffmpeg.c: check for interlaced flag in the correct place.
In the …
|
|
|