|
|
|
@efb5fa79
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master: (37 commits)
In …
|
|
|
@f92b0084
|
14 years |
baptiste.coudurier |
In libx264 wrapper, add -level specific option.
|
|
|
@37c0a443
|
14 years |
baptiste.coudurier |
Fix libx264 fastfirstpass, move apply_fastfirstpass after user …
|
|
|
@90a29294
|
14 years |
nicolas.george |
oggparsecelt: cosmetic: order lines more logically.
Signed-off-by: …
|
|
|
@51c1e255
|
14 years |
nicolas.george |
oggparsecelt: call av_set_pts_info unconditionally.
Signed-off-by: …
|
|
|
@46f83e5b
|
14 years |
baptiste.coudurier |
In libx264 wrapper, do not set pic quality if no frame is output, …
|
|
|
@d3190644
|
14 years |
baptiste.coudurier |
Prefer codec specific options over global ones, allowing codec
to …
|
|
|
@31d76ec2
|
14 years |
justin.ruggles |
In avcodec_open(), set return code to an error value only when an …
|
|
|
@cda7aa9e
|
14 years |
anton |
lavc: remove reference to opt.h from Makefile.
Fixes make install …
|
|
|
@55815edc
|
14 years |
anton |
prefer avio_check() over url_exist()
The problem with url_exist() is …
|
|
|
@59d96941
|
14 years |
anton |
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols …
|
|
|
@490a022d
|
14 years |
anton |
lavu: remove misc disabled cruft
|
|
|
@9e5c62c9
|
14 years |
anton |
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
|
|
|
@516fb5e4
|
14 years |
anton |
lavu: remove FF_API_OLD_EVAL_NAMES cruft
|
|
|
@3453a231
|
14 years |
anton |
lavc: remove misc disabled cruft.
|
|
|
@251cf997
|
14 years |
anton |
lavc: remove the FF_API_INOFFICIAL cruft.
|
|
|
@41d0eb1c
|
14 years |
anton |
lavc: remove the FF_API_SET_STRING_OLD cruft.
|
|
|
@01a4259b
|
14 years |
anton |
lavc: remove the FF_API_USE_LPC cruft.
|
|
|
@db4d3a74
|
14 years |
anton |
lavc: remove the FF_API_SUBTITLE_OLD cruft.
|
|
|
@e89e5afd
|
14 years |
anton |
lavc: remove the FF_API_VIDEO_OLD cruft.
|
|
|
@9b4f1cdb
|
14 years |
anton |
lavc: remove the FF_API_AUDIO_OLD cruft.
|
|
|
@20d33ee8
|
14 years |
anton |
lavc: remove the FF_API_OPT_SHOW cruft.
|
|
|
@42420e7b
|
14 years |
anton |
lavc: remove the FF_API_MM_FLAGS cruft.
|
|
|
@32b80696
|
14 years |
anton |
lavf: remove misc disabled cruft.
|
|
|
@df56d583
|
14 years |
anton |
lavf: remove FF_API_INDEX_BUILT cruft
|
|
|
@7f804085
|
14 years |
anton |
lavf: remove FF_API_URL_CLASS cruft.
|
|
|
@5763e639
|
14 years |
anton |
lavf: remove FF_API_SYMVER cruft
|
|
|
@b4c5aca
|
14 years |
anton |
lavf: remove FF_API_FIRST_FORMAT cruft
|
|
|
@583f6c67
|
14 years |
anton |
lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
|
|
|
@fc2d3a19
|
14 years |
anton |
lavf: remove FF_API_LAVF_UNUSED cruft
|
|
|
@58d5ff0
|
14 years |
anton |
lavf: remove FF_API_PARSE_FRAME_PARAM cruft
|
|
|
@4df001d7
|
14 years |
anton |
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
|
|
|
@5048e36c
|
14 years |
anton |
lavf: remove FF_API_URL_SPLIT cruft
|
|
|
@c4efa7c2
|
14 years |
anton |
lavf: remove FF_API_UDP_GET_FILE cruft
|
|
|
@61573bf1
|
14 years |
anton |
lavf: remove FF_API_GUESS_FORMAT cruft
|
|
|
@dcd4a7b6
|
14 years |
anton |
lavf: remove FF_API_REGISTER_PROTOCOL cruft
|
|
|
@468644f6
|
14 years |
anton |
lavf: remove FF_API_URL_RESETBUF cruft
|
|
|
@575c18da
|
14 years |
anton |
lavf: remove FF_API_OLD_METADATA cruft
|
|
|
@761ad429
|
14 years |
anton |
lavf: remove FF_API_MAX_STREAMS cruft
|
|
|
@aad2f2f4
|
14 years |
anton |
document introduction of side data in APIchanges
this should've been …
|
|
|
@151cd4f9
|
14 years |
diego |
pcm: Add const to cast in ENCODE macro.
This fixes a lot of warnings …
|
|
|
@e61b83d2
|
14 years |
nicolas.george |
Ogg: add support for Xiph's CELT (Opus) codec.
This patch also …
|
|
|
@484a3308
|
14 years |
stefano.sabatini-lala |
pad: make the filter parametric
Address trac issue #61.
…
|
|
|
@39e69d0
|
14 years |
michaelni |
32bit libmp3lame support.
|
|
|
@22fa406f
|
14 years |
michaelni |
Check avcodec_alloc_frame() failure.
Signed-off-by: Michael …
|
|
|
@c438c907
|
14 years |
stefano.sabatini-lala |
ffmpeg: reformat resample condition code in transcode()
…
|
|
|
@0f230c53
|
14 years |
stefano.sabatini-lala |
ffmpeg: factorize resampling condition check in do_video_out()
…
|
|
|
@6a46aab4
|
14 years |
stefano.sabatini-lala |
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
…
|
|
|
@dfc6f5ae
|
14 years |
stefano.sabatini-lala |
ffmpeg: improve reporting if size/pixel format changes
Use av_log() …
|
|
|
@58bc9ac5
|
14 years |
stefano.sabatini-lala |
ffmpeg: remove unused fields AVOutputStream.original_width/height
…
|
|
|
@b0b83973
|
14 years |
stefano.sabatini-lala |
ffmpeg: remove unused variable padding_src in do_video_out()
…
|
|
|
@133208f
|
14 years |
Carl Eugen Hoyos |
Be more verbose when printing the probe result.
|
|
|
@25347c88
|
14 years |
Carl Eugen Hoyos |
Fix compilation.for iOS ARMv7.
|
|
|
@9b53bb8b
|
14 years |
Carl Eugen Hoyos |
Only ask once in the code for a TrueHD sample with strange channel layout.
|
|
|
@d3f126df
|
14 years |
Carl Eugen Hoyos |
Also set the MLP/TrueHD channel layout in the decoder.
Applications …
|
|
|
@280a789f
|
14 years |
Carl Eugen Hoyos |
Make MLP/TrueHD channel layout functions visible to the decoder.
|
|
|
@a3040715
|
14 years |
michaelni |
Merge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
* commit …
|
|
|
@39aafa5e
|
14 years |
michaelni |
ffmpeg:Daemon mode, add -d as first option to try it.
Signed-off-by: …
|
|
|
@17ee7b55
|
14 years |
michaelni |
ffmpeg:Fix negative verbositiy
Signed-off-by: Michael Niedermayer …
|
|
|
@9c3ad1af
|
14 years |
michaelni |
Include authorship information from ffmpeg-mt at Ronald S. Bultjes request.
|
|
|
@d11818ef
|
14 years |
diego |
Remove now obsolete references to _g-suffixed binaries.
Automatic …
|
|
|
@c22f2527
|
14 years |
baptiste.coudurier |
In mov and flv muxer, check aac bitstream validity.
|
|
|
@facc48f1
|
14 years |
lu_zero |
libvo-aacenc,libvo-amrwbenc}: fix api usage
Use the correct error …
|
|
|
@77f6b4d5
|
14 years |
michaelni |
Added key_frame and pict_type to vsrc_movie
Signed-off-by: Roger Pau …
|
|
|
@fccff6e8
|
14 years |
michaelni |
Allow h264pred_init_arm.c to compile.
SOB: Bill Pringlemeir …
|
|
|
@62931e1
|
14 years |
michaelni |
anm decoder: move buffer allocation from decode_init() to …
|
|
|
@139f3ac4
|
14 years |
anton |
Bump major versions of all libraries.
They've accumulated enough new …
|
|
|
@dc8e1b75
|
14 years |
stefano.sabatini-lala |
vsrc_movie: fix leak in request_frame()
Also set movie->picref to …
|
|
|
@f0a41afd
|
14 years |
diego |
Replace mplayerhq.hu URLs by libav.org.
|
|
|
@0b5ae1fd
|
14 years |
diego |
asfdec: Remove dead code from asf_read_close().
|
|
|
@259a3e70
|
14 years |
diego |
ptx: Use av_log_ask_for_sample() where appropriate.
|
|
|
@7e2eb4ba
|
14 years |
michaelni |
Merge remote-tracking branch 'ffmpeg-mt/master'
* …
|
|
|
@2d2b5a14
|
14 years |
michaelni |
10l, commit that should have been stashed into the merge. …
|
|
|
@c4079844
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
ac3dec: fix …
|
|
|
@fd0c3403
|
14 years |
diego |
Update regtest checksums after revision 6001dad.
The string "FFmpeg" …
|
|
|
@6001dad
|
14 years |
diego |
Replace more FFmpeg references by Libav.
|
|
|
@4c64c8e9
|
14 years |
justin.ruggles |
ac3dec: fix processing of delta bit allocation information.
The …
|
|
|
@c9678600
|
14 years |
stefano.sabatini-lala |
scale: set evaluated value for the "out_w" and "out_h" constants
The …
|
|
|
@e93d3334
|
14 years |
stefano.sabatini-lala |
scale: fix computation for the "hsub" and "vsub" constants
…
|
|
|
@0b05864e
|
14 years |
siretart |
vc1: fix fate-vc1 after previous commit.
PROFILE_ADVANCED doesn't set …
|
|
|
@14360e07
|
14 years |
baptiste.coudurier |
Remove now useless ffpresets for x264, use -preset
|
|
|
@0140d3f0
|
14 years |
baptiste.coudurier |
In libx264 wrapper, add -preset and -tune options
|
|
|
@abf8342a
|
14 years |
baptiste.coudurier |
ffmpeg: fix -aspect cli option
Redesign the way -aspect option is …
|
|
|
@0ba84856
|
14 years |
baptiste.coudurier |
In mov muxer, compute avg bitrate in esds
|
|
|
@1aeb88b7
|
14 years |
michaelni |
Correctly implement ac3 float/fixed encoder.
There is no need to have …
|
|
|
@bdf3d3bf
|
14 years |
stefano.sabatini-lala |
ffmpeg: use parse_number_and_die() when it makes sense
Prefer …
|
|
|
@584c2f1d
|
14 years |
stefano.sabatini-lala |
cmdutils: add OPT_INT check in parse_number_or_die()
Check that the …
|
|
|
@58bb6b7d
|
14 years |
rsbultje |
wmv3dec: fix playback of complex WMV3 files using simple_idct.
IDCT …
|
|
|
@3c10843
|
14 years |
Reimar.Doeffinger |
Use av_set_pts_info to set time_base.
Also remove useless assignments …
|
|
|
@f0a68a20
|
14 years |
Reimar.Doeffinger |
Enable header parsing for MPEG2VIDEO to get time-stamps.
FFmpeg can …
|
|
|
@bd9430db
|
14 years |
Philip Langdale |
CrystalHD: Fix usage of h264 parser.
I was using the wrong value to …
|
|
|
@09a1416d
|
14 years |
Carl Eugen Hoyos |
Add key_frame and pict_type to AVFilterBufferRefVideo.
|
|
|
@d3b379b9
|
14 years |
michaelni |
Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
* commit …
|
|
|
@f6302ad6
|
14 years |
michaelni |
Merge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
* commit …
|
|
|
@14622ef0
|
14 years |
diego |
Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
|
|
|
@c0eee893
|
14 years |
lu_zero |
make av_dup_packet() more cautious on allocation failures
…
|
|
|
@2d8591c2
|
14 years |
lu_zero |
make containers pass palette change in AVPacket
Signed-off-by: Luca …
|
|
|
@4de339e2
|
14 years |
lu_zero |
introduce side information for AVPacket
Signed-off-by: Luca Barbato …
|
|
|
@4d012eb5
|
14 years |
diego |
xwma: Fix wrong printf format expression.
Also add inttypes.h …
|
|
|
@ef8b54fc
|
14 years |
diego |
xwma demuxer: typos
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|