|
|
|
@d3449ac9
|
10 years |
anton |
changelog: mention DXVA/HEVC and AAC ELD480
|
|
|
@ecbcebd
|
10 years |
diego |
vdpau: Adjust necessary #includes for vdpau_internal.h
|
|
|
@36cf8eb4
|
10 years |
diego |
mov: Fix compilation with DEBUG enabled
|
|
|
@2a9c6fae
|
10 years |
diego |
dca: Move all tables into dcadata.h
|
|
|
@8a213179
|
10 years |
diego |
dca: Remove trace debugging code
|
|
|
@a96f51f
|
10 years |
diego |
dca: Return more informative error codes
|
|
|
@b339019d
|
10 years |
diego |
dca: Split code for handling the EXSS extension off into a separate file
|
|
|
@bf704132
|
10 years |
diego |
Don't anonymously typedef structs
|
|
|
@7f9f771
|
10 years |
diego |
avcodec: Don't anonymously typedef structs
|
|
|
@daf8cf35
|
10 years |
diego |
avformat: Don't anonymously typedef structs
|
|
|
@7769be59
|
10 years |
diego |
vp56: Return meaningful error codes
Signed-off-by: Diego Biurrun …
|
|
|
@eea769df
|
10 years |
anton |
hevc: Use generic av_clip function, not C implementation
hevc seems …
|
|
|
@faa8ffda
|
10 years |
anton |
doc/APIchanges: fill in missing dates and hashes
Also, move a …
|
|
|
@9deaec78
|
10 years |
anton |
lavf: move internal fields from public to internal context
This is …
|
|
|
@1509c018
|
10 years |
anton |
mpegts: relax restrictions on matching the packet start in read_header …
|
|
|
@6a5b8ca4
|
10 years |
anton |
lavf: remove unused code
Nothing uses it, and it provides no public …
|
|
|
@0232ba62
|
10 years |
anton |
frame: clarify buf documentation
Mention explicitly that the array …
|
|
|
@e352520e
|
10 years |
lu_zero |
oma: Report a timestamp
Reported-By: jb@videolan.org
Signed-off-by: …
|
|
|
@8029af58
|
10 years |
lu_zero |
dxva2_hevc: properly fill the scaling list structure
The scaling list …
|
|
|
@9295d10e
|
10 years |
alex.converse |
fate: Add a test for AAC ELD480.
The source is …
|
|
|
@8c1ce778
|
10 years |
alex.converse |
aacsbr: silence message for SBR extension "padding".
Some files …
|
|
|
@d615187f
|
10 years |
alex.converse |
aacdec: Support for ER AAC ELD 480.
Based in part on work from Niel …
|
|
|
@7640c4a
|
10 years |
alex.converse |
aacdec: Tables for length 480 AAC ELD.
|
|
|
@0ee25733
|
10 years |
alex.converse |
aacdec: Support for ER AAC in LATM
|
|
|
@edd9ea3f
|
10 years |
alex.converse |
aacdec: Refactor aac_er_decode_frame.
|
|
|
@82bd8a57
|
10 years |
alex.converse |
aacdec: Refactor decode_ics_info.
|
|
|
@898276c1
|
10 years |
vittorio.giovara |
r3d: Fix pos type
avio_tell can return a negative number.
Bug-Id: …
|
|
|
@ec524ed
|
10 years |
vittorio.giovara |
tta: Fix framepos and start_offset types
Also propagate errors.
CC: …
|
|
|
@a6653787
|
10 years |
vittorio.giovara |
libopencv: Check kernel_str life cycle
The string might or might not …
|
|
|
@9b8c8a93
|
10 years |
vittorio.giovara |
svq1dec: Validate the stages value strictly
It can be less than -1.
…
|
|
|
@6f7a3283
|
10 years |
vittorio.giovara |
svq1enc: correctly handle memory error and allocations
Signed-off-by: …
|
|
|
@67e9f390
|
10 years |
vittorio.giovara |
isom: Decode Prores 4444 XQ with the existing Prores decoder
The …
|
|
|
@e3528d2a
|
10 years |
vittorio.giovara |
mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom
…
|
|
|
@27b99d92
|
10 years |
vittorio.giovara |
siff: Return more meaningful error values
|
|
|
@75439bb3
|
10 years |
vittorio.giovara |
siff: K&R formatting cosmetics
|
|
|
@11e0553
|
10 years |
diego |
Ignore generated file tools/sidxindex.
|
|
|
@3d5d4623
|
10 years |
janne-libav |
opus: Factor out imdct15 into a standalone component
It will be …
|
|
|
@28df0151
|
10 years |
martin |
configure: Add a dependency on vc1_decoder from vc1_parser
This fixes …
|
|
|
@60392480
|
10 years |
lu_zero |
mem: fix pointer pointer aliasing violations
This uses explicit …
|
|
|
@f726fc21
|
10 years |
lu_zero |
ogg: Provide an option to offset the serial number
The ogg serial …
|
|
|
@22b985d5
|
10 years |
vittorio.giovara |
hqdn3d: check memory allocations and propagate errors
|
|
|
@70d246d5
|
10 years |
vittorio.giovara |
flacenc: initialize sums matrix
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@c01ccccb
|
10 years |
vittorio.giovara |
ituh263dec: use macro instead of #if
|
|
|
@08fa34bf
|
10 years |
vittorio.giovara |
yuv4mpegdec: initialize field_order in yuv4_read_header()
CC: …
|
|
|
@302ca6b2
|
10 years |
vittorio.giovara |
mpegvideo_enc: initialize the encoding context
This prevents several …
|
|
|
@1a07df31
|
10 years |
vittorio.giovara |
DNxHD: Add support for id 1258 (DNx100 960x720@8)
Signed-off-by: …
|
|
|
@598f7d04
|
10 years |
vittorio.giovara |
DNxHD: Simplify pixel format detection
Error out in case of unknown …
|
|
|
@41e03e28
|
10 years |
vittorio.giovara |
DNxHD: More verbose error messages
|
|
|
@1279221c
|
10 years |
vittorio.giovara |
lavu: Check av_dict_set allocations
Bug-Id: CID 1257772 …
|
|
|
@6996fd20
|
10 years |
martin |
libopenh264: Log debug messages to a non-null context
Signed-off-by: …
|
|
|
@61928b68
|
10 years |
lu_zero |
h264: Do not share rbsp_buffer across threads
Signed-off-by: Luca …
|
|
|
@3c18a7b1
|
10 years |
lu_zero |
avio: Do not consider the end-of-buffer position valid
Trigger a …
|
|
|
@6a808f5a
|
10 years |
lu_zero |
libdc1394: Add support for MONO8 (gray) video mode
Signed-off-by: …
|
|
|
@8805589b
|
10 years |
vittorio.giovara |
libopencv: Rework error handling in parse_iplconvkernel()
Fix …
|
|
|
@607ad990
|
10 years |
vittorio.giovara |
dvbsubdec: check memory allocations and propagate errors
|
|
|
@e71149a7
|
10 years |
vittorio.giovara |
nuv: validate image size
Avoid a division by zero.
CC: …
|
|
|
@7c51d79c
|
10 years |
vittorio.giovara |
nsvdec: validate channels and samplerate
Avoid a division by zero.
…
|
|
|
@a536a4e4
|
10 years |
anton |
lavc: support extracting audio service type from side data
|
|
|
@32125781
|
10 years |
anton |
mov: export audio service type as side data
|
|
|
@4227e4fe
|
10 years |
anton |
lavf: add a convenience function for adding side data to a stream
|
|
|
@728685f3
|
10 years |
anton |
Add a side data type for audio service type.
Currently, audio service …
|
|
|
@80a11de7
|
10 years |
anton |
nutenc: do not use has_b_frames
It is unreliable, especially when the …
|
|
|
@e44b5892
|
10 years |
anton |
lavc: deprecate unused AVCodecContext.stream_codec_tag
|
|
|
@f771b3ab
|
10 years |
anton |
avidec: do not export stream_codec_tag
Handle its only existing use …
|
|
|
@167e004e
|
10 years |
anton |
h264: drop any pretense of support for data partitioning
It does not …
|
|
|
@58ae8d5
|
10 years |
anton |
h264_parser: restore a comment lost in 0268a54
|
|
|
@ecab21ac
|
10 years |
anton |
h264: do not reset the ref lists in flush_change()
They are always …
|
|
|
@9404a47a
|
10 years |
anton |
h264: move parser-only variables to their own context
|
|
|
@cf1e0786
|
10 years |
anton |
error_resilience: move the MECmpContext initialization into ER code
…
|
|
|
@a7e03804
|
10 years |
anton |
avconv_dxva2: add hevc support
Signed-off-by: Anton Khirnov …
|
|
|
@7e850fa6
|
10 years |
anton |
Add DXVA2 HEVC HWAccel
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@b82722df
|
10 years |
anton |
hevc: reindent after previous commit
Signed-off-by: Anton Khirnov …
|
|
|
@e72e8c5a
|
10 years |
anton |
hevc: add hwaccel hooks
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@4b95e95d
|
10 years |
anton |
hevc: store the short term rps flag and size in the context
For …
|
|
|
@36779a84
|
10 years |
anton |
hevc: store the escaped/raw bitstream in HEVCNAL
Hardware …
|
|
|
@b0593a4b
|
10 years |
anton |
hevc: pass the full HEVCNAL struct to decode_nal_unit
This enables …
|
|
|
@3a70c0c9
|
10 years |
anton |
examples/transcode_aac: generate proper PTS and set the muxer timebase …
|
|
|
@c9b19ac8
|
10 years |
anton |
examples/transcode_aac: fix a typo
Signed-off-by: Anton Khirnov …
|
|
|
@749a89d1
|
10 years |
anton |
examples/transcode_aac: properly select the output sample format
…
|
|
|
@443b7192
|
10 years |
anton |
hevc: unref the current frame if frame_start() fails
Prevents DPB …
|
|
|
@1dd02192
|
10 years |
anton |
hevc: clear unused refs on failure
|
|
|
@f9f883af
|
10 years |
anton |
h264: simplify code in flush_dpb()
There is no point in clearing …
|
|
|
@3a6dfec8
|
10 years |
vittorio.giovara |
segment: Check av_get_frame_filename() return value
CC: …
|
|
|
@7915e674
|
10 years |
vittorio.giovara |
hlsproto: Properly close avio buffer in case of error
Fix a memory …
|
|
|
@4c5fa628
|
10 years |
vittorio.giovara |
mov: Do not compute negative SAR values
This partially reverts …
|
|
|
@2a06c2a0
|
10 years |
martin |
mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions
…
|
|
|
@91089675
|
10 years |
martin |
rtspdec: Consistently use rtsp_hd_out for writing
Signed-off-by: …
|
|
|
@6341ab0a
|
10 years |
derek.buitenhuis |
libx265: Pass through user-set frame type
Signed-off-by: Derek …
|
|
|
@3a724a7f
|
10 years |
martin |
dashenc: Use inttypes.h macros for format strings instead of %lld
…
|
|
|
@1d8aa237
|
10 years |
martin |
dashenc: Fix format string generation
Previously this always used the …
|
|
|
@da9bffaf
|
10 years |
derek.buitenhuis |
doc/platform: Reference only MSYS2 and MinGW-w64
It's better to steer …
|
|
|
@440119b1
|
10 years |
martin |
libopenh264enc: Move a declaration of a variable into an ifdef
This …
|
|
|
@bba02479
|
10 years |
martin |
libopenh264enc: Remove a workaround for silencing warnings about …
|
|
|
@ea3fc9f
|
10 years |
martin |
smoothstreamingenc: Add a missing "goto fail"
This goto wasn't …
|
|
|
@3941df54
|
10 years |
vittorio.giovara |
aea: Return proper error code on invalid header
|
|
|
@2df72777
|
10 years |
vittorio.giovara |
swscale: fix gbrap to gbrap alpha scaling
|
|
|
@89df3fd4
|
10 years |
vittorio.giovara |
swscale: fix warning about incompatible function pointer type
|
|
|
@024e5a2d
|
10 years |
martin |
rtmppkt: Repeat the full 32 bit timestamp for chunking continuation …
|
|
|
@def69553
|
10 years |
martin |
h264_cabac: Break infinite loops
This fixes out of array reads and/or …
|
|
|
@402fb555
|
10 years |
vittorio.giovara |
opus_parser: drop unused variable
|
|
|