|
|
|
@4438d1c6
|
10 years |
martin |
rtsp: parse lang attribute in SDP
Signed-off-by: Martin Storsjö …
|
|
|
@1ec28a66
|
10 years |
martin |
rtpdec: fix issue with conversion from unsigned to signed
When …
|
|
|
@ff394ca0
|
10 years |
martin |
rtpdec_h264: Add a missing closing paren in a log message
…
|
|
|
@12655c48
|
10 years |
martin |
libavresample: NEON optimized FIR audio resampling
modelled after …
|
|
|
@cbdd1806
|
10 years |
martin |
rtpdec_hevc: Implement parsing of aggregated packets
With significant …
|
|
|
@b878ba03
|
10 years |
martin |
rtpdec_hevc: Initialize variables to silence false positive compiler …
|
|
|
@10e2d8b5
|
10 years |
martin |
rtpdec_hevc: Use a shared function for parsing parameter sets
…
|
|
|
@0de07510
|
10 years |
martin |
rtpdec_h264: Make reusable functions non-static
Signed-off-by: Martin …
|
|
|
@16163e6b
|
10 years |
martin |
rtpdec_h264: Fix nal type counting after refactoring
This fixes …
|
|
|
@a3cc519d
|
10 years |
martin |
rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc
…
|
|
|
@48183b3a
|
10 years |
martin |
rtpdec_h264: Generalize parse_sprop_parameter_sets
Don't write …
|
|
|
@a982c5d7
|
10 years |
martin |
tests: drop bc dependency
We already have a dependency on awk and bc …
|
|
|
@a06b0b12
|
10 years |
anton |
h264: initialize H264Context.avctx in init_thread_copy
This prevents …
|
|
|
@0dea4c77
|
10 years |
anton |
h264: only ref cur_pic in update_thread_context if it is initialized
…
|
|
|
@9abc80f1
|
10 years |
lu_zero |
libavcodec: Make use of av_clip functions
Signed-off-by: Peter …
|
|
|
@76ce9bd8
|
10 years |
lu_zero |
libavutil: Add ARM av_clip_intp2_arm
add ARM code for implementing …
|
|
|
@bf07d813
|
10 years |
lu_zero |
libavutil: Add av_clip_intp2
there already is a function, …
|
|
|
@3fe26bb6
|
10 years |
martin |
hlsenc: write playlist into a temp file and replace the original …
|
|
|
@ff48ae94
|
10 years |
martin |
hlsenc: remove the AVIOContext for the playlist from the muxer context …
|
|
|
@b8d18a94
|
10 years |
martin |
libavcodec: Don't use av_cold annotation in twinvq header file
…
|
|
|
@df0891fc
|
10 years |
martin |
libavresample: Annotate AARCH64 init function with av_cold
…
|
|
|
@46ad9ac9
|
10 years |
martin |
rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a
…
|
|
|
@a335ed76
|
10 years |
martin |
rtpdec_h264: Remove an unnecessary check
If src_len is too small for …
|
|
|
@176903c
|
10 years |
martin |
rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a …
|
|
|
@bb8c6ac8
|
10 years |
martin |
rtpdec_h264: Make a parameter pointer const
Signed-off-by: Martin …
|
|
|
@7650caf0
|
10 years |
martin |
rtpdec_h264: Use av_realloc instead of av_malloc+mempcy
This is …
|
|
|
@8bdbf49c
|
10 years |
martin |
rtpdec_h264: Include the right header for AV_RB16
Including …
|
|
|
@ba2e079
|
10 years |
martin |
rtpdec_vp8: Set the keyframe flag
This allows the output to be used …
|
|
|
@b727b0ee
|
10 years |
vittorio.giovara |
fate: Add tests for DSS
Signed-off-by: Vittorio Giovara …
|
|
|
@062cd5a9
|
10 years |
vittorio.giovara |
lavf: Add DSS demuxer
Signed-off-by: Oleksij Rempel …
|
|
|
@c56b9b1e
|
10 years |
vittorio.giovara |
lavc: Add DSS SP decoder
Signed-off-by: Oleksij Rempel …
|
|
|
@0fbb2713
|
10 years |
anton |
qsv_api: fix building with libmfx disabled
|
|
|
@11c22dfd
|
10 years |
anton |
configure: add missing h264_qsv hwaccel deps
|
|
|
@4e08c821
|
10 years |
anton |
lavc: add an Intel libmfx-based H.264 decoder
Based on the code by …
|
|
|
@31d2039c
|
10 years |
anton |
h264_parser: export video format and dimensions
|
|
|
@5b1d9ce
|
10 years |
anton |
pixfmt: add a pixel format for QSV hwaccel
|
|
|
@0f532fd3
|
10 years |
diego |
rv40: Return more meaningful error codes
Signed-off-by: Diego Biurrun …
|
|
|
@d617e77c
|
10 years |
derek.buitenhuis |
libx265: Add crf private option
Signed-off-by: Derek Buitenhuis …
|
|
|
@2de887e4
|
10 years |
derek.buitenhuis |
libx265: Reduce the scope of some variables
Signed-off-by: Derek …
|
|
|
@195942ed
|
10 years |
vittorio.giovara |
riff: Support QT RLE Animation in avi ('rle ' FourCC)
Signed-off-by: …
|
|
|
@c78dc121
|
10 years |
vittorio.giovara |
riff: Support ProRes in avi (APCH fourcc)
Signed-off-by: Vittorio …
|
|
|
@42c8f92e
|
10 years |
vittorio.giovara |
wmv2: Return meaningful error codes
|
|
|
@f3e04526
|
10 years |
vittorio.giovara |
qdm2: Return meaningful error codes
|
|
|
@a1e2c47c
|
10 years |
vittorio.giovara |
libxvid: Return meaningful error messages
|
|
|
@18f4fa25
|
10 years |
vittorio.giovara |
aac_adtstoasc_bsf: Check extradata memory allocation
Signed-off-by: …
|
|
|
@fe0f4e56
|
10 years |
vittorio.giovara |
avpacket: Check buffer reference
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@31dc73e
|
10 years |
vittorio.giovara |
vorbisdec: Check memory allocations
|
|
|
@ec17782e
|
10 years |
vittorio.giovara |
dvdsubdec: Check memory allocations
|
|
|
@e51f2212
|
10 years |
vittorio.giovara |
swscale: Check memory allocations
CC: libav-stable@libav.org
Bug-Id: …
|
|
|
@3035d21b
|
10 years |
vittorio.giovara |
nutdec: Check memory allocations
Signed-off-by: Vittorio Giovara …
|
|
|
@a8765852
|
10 years |
vittorio.giovara |
movenc: Check memory allocations
Signed-off-by: Vittorio Giovara …
|
|
|
@da7e31a2
|
10 years |
vittorio.giovara |
rmdec: Check memory allocations from ff_rm_alloc_rmstream()
Bug-Id: …
|
|
|
@d89e58f5
|
10 years |
vittorio.giovara |
dct-test: Fix initialization syntax
Related to "warning: suggest …
|
|
|
@bb770168
|
10 years |
vittorio.giovara |
lavf: Document the codec context initialization
During remuxing …
|
|
|
@cb70a93c
|
10 years |
vittorio.giovara |
lavc: Document interaction between avcodec_open2() and decoding routines
|
|
|
@733f4b05
|
10 years |
vittorio.giovara |
avplay: Check format allocation inside decode_thread()
CC: …
|
|
|
@266f2411
|
10 years |
vittorio.giovara |
avplay: Check frame allocation inside video_thread()
CC: …
|
|
|
@81688e68
|
10 years |
vittorio.giovara |
avconv: Check rc_override memory allocation
CC: …
|
|
|
@9d3b752f
|
10 years |
vittorio.giovara |
graphparser: Check av_get_token() memory error
CC: …
|
|
|
@5dc47a2b
|
10 years |
vittorio.giovara |
matroskaenc: Validate chapter start and end times
CC: …
|
|
|
@f8c17197
|
10 years |
diego |
dca: Remove separate header for DCA ExSS
There is no point in having …
|
|
|
@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 …
|
|
|