|
|
|
@c9065c29
|
13 years |
anton |
avconv: remove deprecated options.
|
|
|
@b9aac90b
|
13 years |
anton |
avconv: make -map_chapters accept only the input file index.
This is …
|
|
|
@6291d7e
|
13 years |
anton |
Make a copy of ffmpeg under a new name -- avconv.
It will be further …
|
|
|
@791a86c3
|
13 years |
anton |
ffmpeg: add a warning stating that the program is deprecated.
|
|
|
@b86ab381
|
13 years |
rsbultje |
Add weighted motion compensation for RV40 B-frames
Signed-off-by: …
|
|
|
@e5ec6869
|
13 years |
rsbultje |
RV3/4: calculate B-frame motion weights once per frame
Signed-off-by: …
|
|
|
@d241f51e
|
13 years |
rsbultje |
Move RV3/4-specific DSP functions into their own context
…
|
|
|
@21d70372
|
13 years |
rsbultje |
mjpeg: propagate decode errors from ff_mjpeg_decode_sos and …
|
|
|
@bac3ab13
|
13 years |
rsbultje |
h264: notice memory allocation failure
Signed-off-by: Ronald S. …
|
|
|
@c766eb1c
|
13 years |
justin.ruggles |
ac3enc: add macros for option names to make them more understandable.
|
|
|
@9542ca9f
|
13 years |
justin.ruggles |
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
Use …
|
|
|
@4a71da0f
|
13 years |
mans |
cavs: fix some crashes with invalid bitstreams
This removes all …
|
|
|
@069083a4
|
13 years |
justin.ruggles |
ac3enc: clip coupling coordinates during calculation
This is faster …
|
|
|
@d271d5b2
|
13 years |
justin.ruggles |
Remove incorrect info in documentation of …
|
|
|
@1d36fb13
|
13 years |
anton |
lavc: fix parentheses placement in avcodec_open2().
Signed-off-by: …
|
|
|
@7221139b
|
13 years |
anton |
lavc: make avcodec_init() static on next bump.
It's called from …
|
|
|
@d1d33e07
|
13 years |
justin.ruggles |
ac3enc: remove unneeded #include
|
|
|
@fce33f9e
|
13 years |
justin.ruggles |
ac3enc: restructure coupling coordinate reuse calculation
|
|
|
@c3d63262
|
13 years |
justin.ruggles |
ac3enc: allow new coupling coordinates to be sent independently for …
|
|
|
@d55ad59a
|
13 years |
justin.ruggles |
ac3enc: separate exponent bit counting from exponent grouping.
Move …
|
|
|
@12fe7594
|
13 years |
rsbultje |
h264: propagate error return values for AV_LOG_ERROR-triggering events …
|
|
|
@94d47382
|
13 years |
alex.converse |
aac: Don't attempt to output configure an invalid channel configuration.
|
|
|
@4d58e4c
|
13 years |
anton |
Rename ffserver to avserver.
|
|
|
@9e12f0bf
|
13 years |
anton |
Rename ffprobe to avprobe.
|
|
|
@266463da
|
13 years |
anton |
Rename ffplay to avplay.
|
|
|
@7351eb14
|
13 years |
diego |
Pretty-print RV3/4 decoder source
Signed-off-by: Diego Biurrun …
|
|
|
@9791c02
|
13 years |
rsbultje |
Saner RV1/2 initialisation and RV2 header parsing.
Old version was …
|
|
|
@5caa2de1
|
13 years |
anton |
libx264: do not set pic quality if no frame is output
Avoids …
|
|
|
@07a227b4
|
13 years |
anton |
libx264: add preset, tune, profile and fastfirstpass private options
…
|
|
|
@b2700a5c
|
13 years |
rsbultje |
lavc: fix misspelling in comment
Signed-off-by: Ronald S. Bultje …
|
|
|
@680b1852
|
13 years |
alex.converse |
aac: propagate error return values for AV_LOG_ERROR-triggering events
|
|
|
@6a925512
|
13 years |
lu_zero |
lsws: remove optimization debug logs in sws_init_context()
The logged …
|
|
|
@347167ec
|
13 years |
lu_zero |
lsws: use array for storing the supported in/out information
Also …
|
|
|
@1bf6cb85
|
13 years |
lu_zero |
applehttp: fix variant discard logic
The v->ctx is always not NULL …
|
|
|
@ad62507
|
13 years |
alex.converse |
h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.
|
|
|
@fed6c90b
|
13 years |
diego |
cosmetics: remove some stray comments from AVCodec declarations
|
|
|
@933a6fd5
|
13 years |
diego |
cosmetics: fix indentation/alignment in AVCodec declarations
|
|
|
@9a83ada
|
13 years |
martin |
arm: Avoid using the movw instruction needlessly
This fixes building …
|
|
|
@d0a2f0af
|
13 years |
martin |
Move an int64_t down in MpegEncContext
This allows using the same arm …
|
|
|
@62ee0e6
|
13 years |
rsbultje |
Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."
This …
|
|
|
@ac0fb593
|
13 years |
rsbultje |
swscale: use 15-bit intermediates for 9/10-bit scaling.
|
|
|
@18b131de
|
13 years |
rsbultje |
dct32: Add SSE2 ASM optimizations
Signed-off-by: Ronald S. Bultje …
|
|
|
@6f7fe472
|
13 years |
rsbultje |
Correct chroma vector calculation for RealVideo 3.
Old version …
|
|
|
@73e8e8db
|
13 years |
lu_zero |
lavf: Add an option to discard corrupted frames
Signed-off-by: Zohar …
|
|
|
@50815142
|
13 years |
lu_zero |
mpegts: Mark wrongly-sized packets as corrupted
Signed-off-by: Zohar …
|
|
|
@cdb9884a
|
13 years |
lu_zero |
mpegts: Move scan test to handle_packets
This fixes an issue where …
|
|
|
@ce9e3165
|
13 years |
lu_zero |
mpegts: Mark corrupted packets
Signed-off-by: Zohar Kelrich …
|
|
|
@c64f80b0
|
13 years |
lu_zero |
mpegts: Reset continuity counter on seek
Signed-off-by: Zohar Kelrich …
|
|
|
@8b9df201
|
13 years |
lu_zero |
mpegts: Fix for continuity counter
Make continuity counter respect …
|
|
|
@be9c0061
|
13 years |
lu_zero |
mpegts: Silence "can't seek" warning on unseekable
Do not try to seek …
|
|
|
@5038f9b2
|
13 years |
lu_zero |
apichange: add an entry for AV_PKT_FLAG_CORRUPT
|
|
|
@9d39cbf
|
13 years |
lu_zero |
avpacket: signal possibly corrupted packets
Use AV_PKT_FLAG_CORRUPT …
|
|
|
@4326f6f5
|
13 years |
diego |
mpeg4videodec: remove dead code that would have detected erroneous …
|
|
|
@a6c49f18
|
13 years |
alex.converse |
aac: Remove some suspicious illegal memcpy()s from LTP.
|
|
|
@e11a5fcc
|
13 years |
alex.converse |
bink: Eliminate unnecessary shadow declaration.
|
|
|
@b4ea1c5a
|
13 years |
anton |
Remove the ffserver test.
It doesn't work and is therefore useless.
|
|
|
@e5fc6ab6
|
13 years |
anton |
Remove ffserver.h
It's unused an serves no purpose.
|
|
|
@18cb40f0
|
13 years |
rsbultje |
lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
Signed-off-by: Ronald S. …
|
|
|
@1442d295
|
13 years |
anton |
x11grab: add show_region AVOption.
Draw the current grabbing region …
|
|
|
@085791a9
|
13 years |
anton |
x11grab: add follow_mouse AVOption.
-follow_mouse centered|PIXELS
…
|
|
|
@42ba1288
|
13 years |
rsbultje |
Do not convert RGB buffer at once when stride does not fit exact …
|
|
|
@8a54bfe8
|
13 years |
lu_zero |
build: make examples build normally
The link target was missing …
|
|
|
@1f6f58d5
|
13 years |
alex.converse |
mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating …
|
|
|
@a3bf7b86
|
13 years |
jason |
H.264: tweak some other x86 asm for Atom
|
|
|
@5ef953e8
|
13 years |
alex.converse |
probe: Fix insane flow control.
A loop control variable was shadowed …
|
|
|
@298c4e3c
|
13 years |
anton |
mpegts: remove invalid error check
mpegts_read_header is used by both …
|
|
|
@8f9d3f6
|
13 years |
anton |
s302m: use nondeprecated audio sample format API
Signed-off-by: Anton …
|
|
|
@ec6402b7
|
13 years |
anton |
lavc: use designated initialisers for all codecs.
It's more readable …
|
|
|
@3ad1684
|
13 years |
alex.converse |
x86: cabac: add operand size suffixes missing from 6c32576
This fixes …
|
|
|
@2a11952f
|
13 years |
rsbultje |
h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame …
|
|
|
@f5f004bc
|
13 years |
mans |
x86: cabac: don't load/store context values in asm
Inspection of …
|
|
|
@6c325765
|
13 years |
jason |
H.264: optimize CABAC x86 asm for Atom
|
|
|
@8dcf5184
|
13 years |
rsbultje |
vp3/theora: flush after seek.
|
|
|
@e0e65ddb
|
13 years |
anton |
doc/fftools-common-opts: wording fixes missing from the previous commit.
|
|
|
@22b203ba
|
13 years |
anton |
doc: document using AVOptions in fftools.
|
|
|
@8ec19f84
|
13 years |
anton |
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
…
|
|
|
@ce23ca81
|
13 years |
anton |
cmdutils: clarify documentation for filter_codec_opts()
…
|
|
|
@7cea06d1
|
13 years |
anton |
cmdutils: clarify documentation for setup_find_stream_info_opts()
…
|
|
|
@3c7fa664
|
13 years |
anton |
lavf: add forgotten attribute_deprecated to av_find_stream_info()
|
|
|
@ca6a9046
|
13 years |
mans |
ppc: remove redundant setting of Altivec IDCT
This is already set by …
|
|
|
@c3027b4d
|
13 years |
mans |
mpegvideo: initialise DSPContext in ff_dct_common_init()
The …
|
|
|
@093ee8e1
|
13 years |
justin.ruggles |
cosmetics: reindent
|
|
|
@1bca72e1
|
13 years |
justin.ruggles |
eac3enc: support writing of basic mixing and info metadata
|
|
|
@e72f3d10
|
13 years |
mans |
dnxhdenc: fix declarations in for loops
Apparently the gcc warning …
|
|
|
@c358a036
|
13 years |
mans |
dsputil: remove stale bink prototypes and comments
Signed-off-by: …
|
|
|
@1b3539d4
|
13 years |
mans |
dsputil: move a bink-only function to binkdsp
Signed-off-by: Mans …
|
|
|
@cbd58a87
|
13 years |
mans |
dsputil: remove some unused functions
Signed-off-by: Mans Rullgard …
|
|
|
@2968bedf
|
13 years |
mans |
bink: make IDCT take 32-bit input
Since IDCT transforming 32-bit …
|
|
|
@001e600c
|
13 years |
diego |
configure: spelling cosmetics
|
|
|
@9b3139eb
|
13 years |
diego |
dctref: make sure function declarations match between .c and .h file
|
|
|
@da4c7cce
|
13 years |
mans |
x86: fix build with gcc 4.7
The upcoming gcc 4.7 has more advanced …
|
|
|
@ab3d241
|
13 years |
diego |
ape: adjust some printf format strings to correctly match argument types
|
|
|
@8c0fa61a
|
13 years |
siretart |
jpegdec: actually search for and parse RSTn
Fixes decoding of MJPEG …
|
|
|
@b4cfb825
|
13 years |
mans |
dnxhddec: avoid a branch in 10-bit decode_dct_block()
The minimum …
|
|
|
@406fbd24
|
13 years |
rsbultje |
H.264: Add optimizations to predict x86 assembly.
Signed-off-by: …
|
|
|
@505345ed
|
13 years |
alex.converse |
riff: Add mpgv MPEG-2 fourcc
Supported by mplayer and seen in the wild.
|
|
|
@c2d23309
|
13 years |
rsbultje |
add Flash Screen Video 2 decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@bb32fded
|
13 years |
mans |
dnxhddec: optimise dnxhd_decode_dct_block()
Template the function for …
|
|
|
@4cc843fa
|
13 years |
diego |
rtp: remove disabled code
|
|
|
@be7bd626
|
13 years |
justin.ruggles |
eac3enc: use different numbers of blocks per frame to allow higher bitrates
|
|
|