|
|
|
@81ef4602
|
10 years |
diego |
bktr: Use av_strerror and propagate error codes
Signed-off-by: Diego …
|
|
|
@3a651f5
|
10 years |
diego |
dca: Move data tables from a header to an object file
This allows …
|
|
|
@65df9904
|
10 years |
diego |
dca: Add array sizes to array declarations
|
|
|
@70245853
|
10 years |
martin |
g722: Add ARM NEON implementation for g722_apply_qmf()
Signed-off-by: …
|
|
|
@73ae0a9d
|
10 years |
martin |
g722: Split out computation of band->s_zero and unroll code
…
|
|
|
@b16057b5
|
10 years |
martin |
g722: Unroll g722_apply_qmf()
Signed-off-by: Peter Meerwald …
|
|
|
@10f16076
|
10 years |
martin |
g722: Reduce number of pointers passed to g722_apply_qmf() function
…
|
|
|
@67690683
|
10 years |
martin |
g722: Split out g722_qmf_apply() function into g722dsp.c
…
|
|
|
@4abfa387
|
10 years |
martin |
mov: Change DTS-based seek into CTS-based seek.
CTS-based seek is …
|
|
|
@51ca3cb6
|
10 years |
lu_zero |
xcbgrab: Use the correct geometry for the region highlight
The …
|
|
|
@e1a57cbb
|
10 years |
lu_zero |
ape: Use the proper variable type
Avoid an unsigned underflow.
…
|
|
|
@b4cda0a
|
10 years |
lu_zero |
ogg: check memory allocations
Bug-Id: CID 1257795
CC: …
|
|
|
@53367b34
|
10 years |
lu_zero |
rtp: h264: Drop the asserts
|
|
|
@3b33dfb2
|
10 years |
lu_zero |
rtp: h264: Move FU-A NAL parsing to a function
|
|
|
@f0a87479
|
10 years |
lu_zero |
rtp: h264: Move STAP-A NAL parsing to a function
|
|
|
@a9a0b8d6
|
10 years |
lu_zero |
rtp: h264: Move parse_sprop_parameter_sets parsing to a function
|
|
|
@b8df0b71
|
10 years |
lu_zero |
rtp: h264: Move profile_level_id parsing to a function
|
|
|
@d40815a9
|
10 years |
lu_zero |
xcbgrab: Correctly make shm optional
The segment field in the struct …
|
|
|
@c23ccaf9
|
10 years |
lu_zero |
xcbgrab: Check for xcb-shape
It is required.
|
|
|
@e21d8530
|
10 years |
anton |
FATE: add a test for the SVQ1 header byte swapping
|
|
|
@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 …
|
|
|