|
|
|
@6139f48
|
11 years |
anton |
asvenc: use the AVFrame API properly.
|
|
|
@13e9cc9c
|
11 years |
anton |
a64multienc: use the AVFrame API properly.
|
|
|
@b9fb59d2
|
11 years |
anton |
lavc: deprecate avcodec_alloc_frame().
|
|
|
@5b9c3b45
|
11 years |
anton |
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
|
|
|
@2ff302cb
|
11 years |
anton |
lavc: update coded_frame doxy.
It is not used during decoding anymore.
|
|
|
@b068660f
|
11 years |
anton |
lavc: deprecate CODEC_CAP_NEG_LINESIZES
It was never used in any …
|
|
|
@72ca830f
|
11 years |
lu_zero |
lavc: VP9 decoder
Originally written by Ronald S. Bultje …
|
|
|
@458446a
|
11 years |
lu_zero |
lavc: Edge emulation with dst/src linesize
Allow supporting files for …
|
|
|
@3cbe1126
|
11 years |
diego |
dv: Split DV data table declarations into their own header
This is …
|
|
|
@e8fcdebb
|
11 years |
diego |
build: Allow specifying extra object files when linking HOSTPROGS
|
|
|
@9eda9d33
|
11 years |
anton |
h264: free the tables and uninitialize the context on flush
Prevents …
|
|
|
@ecf442a5
|
11 years |
anton |
lavf: improve support for AVC-Intra files.
Generate extradata with …
|
|
|
@951d8190
|
11 years |
anton |
mxfdec: update current edit unit when seeking in mxf files without …
|
|
|
@ad116179
|
11 years |
diego |
mpeg12dec: Remove outdated UV swapping code for VCR2
|
|
|
@669fe505
|
11 years |
diego |
twinvq: consume block_align+1 packets as full ones
They can be …
|
|
|
@1afa8a75
|
11 years |
diego |
twinvq: support multiple frames per packet
Signed-off-by: Diego …
|
|
|
@ddb839e9
|
11 years |
diego |
metasound: add missing modes
Signed-off-by: Diego Biurrun …
|
|
|
@7b9780e7
|
11 years |
diego |
mpeg12dec: Remove unused swap_uv member from Mpeg1Context
|
|
|
@cce3e0a4
|
11 years |
anton |
Move av_fast_{m,re}alloc from lavc to lavu.
|
|
|
@aa241229
|
11 years |
anton |
lavc: deprecate FF_MAX_B_FRAMES
We should not arbitrarily decide the …
|
|
|
@b6094811
|
11 years |
anton |
lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h
They are …
|
|
|
@b45c8708
|
11 years |
anton |
lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bump
|
|
|
@8941971a
|
11 years |
anton |
lavc: make error_rate a private option of mpegvideo encoders
|
|
|
@728c4658
|
11 years |
anton |
vdpau: add a constructor for AVVDPAUContext.
We will likely want to …
|
|
|
@ca22d1de
|
11 years |
anton |
vdpau: add a convenience function for getting a decoder profile.
…
|
|
|
@19e30a58
|
11 years |
diego |
Deprecate obsolete XvMC hardware decoding support
XvMC has long ago …
|
|
|
@c7f7bfc9
|
11 years |
diego |
Remove all Alpha architecture optimizations
Alpha has been …
|
|
|
@16381923
|
11 years |
martin |
configure: Check whether MSVC requires using the C89-to-C99 converter
…
|
|
|
@45ef963
|
11 years |
diego |
mpegaudioenc: Move some static tables to MpegAudioContext
This …
|
|
|
@5d6a990c
|
11 years |
diego |
mpegaudioenc: Remove broken integer-only quantization code path
|
|
|
@08303d77
|
11 years |
lu_zero |
hwaccel: Simplify ff_find_hwaccel
It is always called by passing …
|
|
|
@d42db44c
|
11 years |
anton |
avienc: drop the vfr flag.
AVI does not really support vfr properly, …
|
|
|
@5462dde1
|
11 years |
diego |
metasound: Fix error message argument
Signed-off-by: Diego Biurrun …
|
|
|
@cb56c396
|
11 years |
diego |
h263dsp: K&R formatting cosmetics
Also remove array element numbering …
|
|
|
@0338c396
|
11 years |
diego |
dsputil: Split off H.263 bits into their own H263DSPContext
|
|
|
@86f91080
|
11 years |
diego |
Remove #undefs for formerly forbidden system functions
The macros …
|
|
|
@cffecc0e
|
11 years |
diego |
avfilter/graphparser: Directly free filter memory if initialization fails
|
|
|
@92352a94
|
11 years |
diego |
configure: Move -Wno-maybe-uninitialized check into gcc section
As …
|
|
|
@7d1a68e
|
11 years |
diego |
avfilter/buffer: Suppress deprecation warning for …
|
|
|
@82c86d0b
|
11 years |
diego |
graph2dot: Add missing #include for av_get_channel_layout_string()
|
|
|
@4871528
|
11 years |
diego |
graph2dot: Fix use of deprecated API
|
|
|
@70cbf334
|
11 years |
anton |
vdpau: Add missing #includes to fix standalone header compilation
…
|
|
|
@e2b5b097
|
11 years |
diego |
x86: rv40dsp: Use PAVGB instruction macro where appropriate
|
|
|
@0a7fef39
|
11 years |
anton |
omadec: loosen format probing constraints
Imporoves detection of some …
|
|
|
@1c736bed
|
11 years |
anton |
omadec: check GEOB sizes against buffer size
Found-by: Mateusz …
|
|
|
@97f50e92
|
11 years |
anton |
omadec: Fix wrong number of array elements
Found-by: Mateusz "j00ru" …
|
|
|
@e7399695
|
11 years |
vittorio.giovara |
filtfmts-test: Fix use of deprecated API
Signed-off-by: Vittorio …
|
|
|
@3ef9b7ab
|
11 years |
vittorio.giovara |
hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale
…
|
|
|
@885ec924
|
11 years |
vittorio.giovara |
hevc: Use parsed VUI colorimetry in avcodec
Also limit the parsed VUI …
|
|
|
@cd8f772
|
11 years |
vittorio.giovara |
lavc: Add colorimetry values for BT.2020, other non-included ones
…
|
|
|
@446e37d
|
11 years |
vittorio.giovara |
vf_fieldorder: remove superfluous get_video_buffer
|
|
|
@454959a5
|
11 years |
anton |
aacdec: Set the profile during decoding
Previously the profile would …
|
|
|
@da6506c6
|
11 years |
anton |
lavc: move AVCodecContext.pkt to AVCodecInternal
It's a private …
|
|
|
@38ecc370
|
11 years |
anton |
pthread: store thread contexts in AVCodecInternal instead of …
|
|
|
@daa7a1d4
|
11 years |
anton |
pthread_slice: rename ThreadContext -> SliceThreadContext
This should …
|
|
|
@cc14ee03
|
11 years |
anton |
lavc: split slice and frame threading functions into separate files
|
|
|
@5cd6513f
|
11 years |
anton |
pthread: drop avcodec_ prefixes from static functions
|
|
|
@694d997a
|
11 years |
diego |
x86: hpeldsp: Use PAVGB instruction macro where necessary
…
|
|
|
@8b63ebcb
|
11 years |
diego |
build: Remove redundant OBJS declaration intended for programs
|
|
|
@d7639785
|
11 years |
vittorio.giovara |
rtmpproto: Reorder conditions to help dead code elimination
This …
|
|
|
@3ea5f64f
|
11 years |
vittorio.giovara |
ansi: fix possible use of uninitialized variables
|
|
|
@c0bba95c
|
11 years |
vittorio.giovara |
wtv: fix variable sign in format
|
|
|
@5858a67
|
11 years |
vittorio.giovara |
attributes: disable flatten on llvm/clang
|
|
|
@3a14b160
|
11 years |
anton |
vf_scale: make the dar variable return the DAR.
Before, it just …
|
|
|
@34a0ac41
|
11 years |
anton |
vf_aspect: support variables in evaluating the aspect ratios
Example: …
|
|
|
@5928b29f
|
11 years |
diego |
os_support: Add #endif comments for better readability
|
|
|
@c68d4c23
|
11 years |
diego |
mpeg4video_parser: K&R formatting cosmetics
Signed-off-by: Diego …
|
|
|
@435214a7
|
11 years |
martin |
Add an HDS live fragmenting muxer
HDS fragments basically are FLV …
|
|
|
@dc6ea00c
|
11 years |
diego |
mpeg4video: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@037fea38
|
11 years |
diego |
flashsv: K&R formatting cosmetics
Also improve some log message …
|
|
|
@1700b4e6
|
11 years |
diego |
x86: vp8dsp: Split loopfilter code into a separate file
|
|
|
@056fd4fe
|
11 years |
diego |
configure: Properly check for availability of -Wno-foo warning flags
…
|
|
|
@23157d72
|
11 years |
diego |
configure: Split test_cflags function off from check_cflags
This is …
|
|
|
@d1c229cd
|
11 years |
anton |
lavf: do not use int to store an int64
|
|
|
@57070b14
|
11 years |
lu_zero |
flashsv: Check diff_start diff_height values
Fix out of array …
|
|
|
@4a64e679
|
11 years |
lu_zero |
flashsv: Refactor a little
|
|
|
@50aef03b
|
11 years |
martin |
rtspenc: Make sure BYE packets are sent before TEARDOWN
Also make …
|
|
|
@9ceed7af
|
11 years |
martin |
rtpenc: Add a rtpflag option for sending BYE packets when finishing
…
|
|
|
@b264453d
|
11 years |
martin |
rtpenc: Remove some superfluous parentheses
Signed-off-by: Martin …
|
|
|
@d07b51bf
|
11 years |
martin |
aviobuf: Handle a NULL buffer in avio_close_dyn_buf
This simplifies …
|
|
|
@28240a60
|
11 years |
anton |
lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
It's for …
|
|
|
@eb5920c1
|
11 years |
anton |
lavc: deprecate unused FF_BUG_OLD_MSMPEG4
|
|
|
@0300962b
|
11 years |
anton |
lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.
It …
|
|
|
@f8b2bcd2
|
11 years |
anton |
lavc: deprecate FF_DEBUG_VIS_*
Those flags have no effect since …
|
|
|
@a1504eee
|
11 years |
anton |
lavc: deprecate AVCodecContext.debug_mv
It has been unused since …
|
|
|
@fae753af
|
11 years |
anton |
avplay: drop -vismv option which does not do anything anymore
|
|
|
@ccc71298
|
11 years |
anton |
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
It has …
|
|
|
@b6a47016
|
11 years |
anton |
mpegts: Support HEVC demuxing
Signed-off-by: Anton Khirnov …
|
|
|
@959bea1
|
11 years |
anton |
matroskadec: Support HEVC demuxing
|
|
|
@ea29f965
|
11 years |
anton |
mov: Support HEVC demuxing
Signed-off-by: Anton Khirnov …
|
|
|
@58466462
|
11 years |
anton |
Add raw HEVC demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@e1c058db
|
11 years |
anton |
FATE: Add HEVC tests
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@064698d3
|
11 years |
anton |
Add HEVC decoder
Initially written by Guillaume Martres …
|
|
|
@0a9e94bb
|
11 years |
anton |
webp: stop using deprecated avcodec_set_dimensions
|
|
|
@757d5e8e
|
11 years |
anton |
vp8: stop using deprecated avcodec_set_dimensions
|
|
|
@2e0ab4d3
|
11 years |
anton |
vp56: stop using deprecated avcodec_set_dimensions
|
|
|
@b53febc1
|
11 years |
anton |
vp3: stop using deprecated avcodec_set_dimensions
|
|
|
@3cfdb912
|
11 years |
anton |
txd: stop using deprecated avcodec_set_dimensions
|
|
|
@db92e4ea
|
11 years |
anton |
truemotion1: stop using deprecated avcodec_set_dimensions
|
|
|
@c265b8bb
|
11 years |
anton |
tiff: stop using deprecated avcodec_set_dimensions
|
|
|