|
|
|
@3567b91e
|
10 years |
martin |
rtpdec_hevc: Share the implementation of fragmented packets with h264
…
|
|
|
@f3449062
|
10 years |
martin |
rtpdec_hevc: Reduce indentation level by returning early on errors
…
|
|
|
@8633fb47
|
10 years |
martin |
rtpdec_hevc: Share the implementation of parsing a=framesize with h264 …
|
|
|
@5956f48
|
10 years |
martin |
rtpdec_hevc: Add asterisks at the start of each long comment line
…
|
|
|
@5d8cae4
|
10 years |
martin |
rtpdec: Get rid of all trivial .alloc/.free functions
Signed-off-by: …
|
|
|
@e72605f8
|
10 years |
martin |
rtpdec: Allow allocating and freeing the private data without explicit …
|
|
|
@2b982e92
|
10 years |
martin |
rtpdec: Set need_parsing via a handler field
This avoids implementing …
|
|
|
@b7a4c319
|
10 years |
martin |
rtpdec: Allow setting the need_parsing field in …
|
|
|
@b651c91
|
10 years |
martin |
rtpdec_mpa_robust: Move .enc_name to the start of the struct
This …
|
|
|
@db158f0
|
10 years |
martin |
rtpdec: Remove unnecessary _if_needed suffixes on functions
…
|
|
|
@353b492d
|
10 years |
martin |
rtpdec: Change enc_name to a pointer instead of a fixed-size buffer
…
|
|
|
@0752f700
|
10 years |
martin |
rtpdec_h264: Remove an unnecessary include
Nothing in this file use …
|
|
|
@247764a5
|
10 years |
martin |
rtpdec_h264: Remove unnecessary struct padding
There's no point in …
|
|
|
@fe414059
|
10 years |
martin |
rtpdec_amr: Use the common indentation style
Signed-off-by: Martin …
|
|
|
@74d318f1
|
10 years |
martin |
rtsp: Fix the indentation of a linewrapped statement
Signed-off-by: …
|
|
|
@3cd5828f
|
10 years |
martin |
rtpdec: Add missing trailing commas
Signed-off-by: Martin Storsjö …
|
|
|
@04a1be8e
|
10 years |
martin |
libavformat: add T.140 RTP depacketization (RFC 4103)
Map this to …
|
|
|
@26524e35
|
10 years |
martin |
rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA
…
|
|
|
@ce52869c
|
10 years |
diego |
fate: Rename fate-dts test to fate-dca-core
The codec is referred to …
|
|
|
@cb4cb7b0
|
10 years |
diego |
qsv: Skip qsv.h compilation if qsv is not enabled
|
|
|
@cdcc370
|
10 years |
martin |
rtsp: punch holes again after pause
When a client behind a NAT issues …
|
|
|
@061c4898
|
10 years |
lu_zero |
eamad: check for out of bounds read
Bug-Id: CID 1257500
CC: …
|
|
|
@161442ff
|
10 years |
lu_zero |
mdec: check for out of bounds read
Bug-Id: CID 1257501
CC: …
|
|
|
@fe208ca5
|
10 years |
martin |
rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between …
|
|
|
@35c6ce76
|
10 years |
vittorio.giovara |
Canopus HQX decoder
Based on work by Kostya Shishkov …
|
|
|
@36a6fb98
|
10 years |
vittorio.giovara |
hevc_deblock: Fix compilation with nasm
CC: libav-stable@libav.org …
|
|
|
@e570f895
|
10 years |
vittorio.giovara |
libschroedinger: Check memory allocations
|
|
|
@521979e6
|
10 years |
vittorio.giovara |
configure: Properly fail when libcdio/cdparanoia is not found
|
|
|
@f7cc662
|
10 years |
vittorio.giovara |
configure: Use pkg-config for libdc1394 discovery
Since not all …
|
|
|
@a388e72d
|
10 years |
martin |
rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if …
|
|
|
@e2220e73
|
10 years |
martin |
rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if …
|
|
|
@c99915f7
|
10 years |
martin |
rtpdec: DV depacketizer (RFC 6469)
(tested with live555 RTSP server)
…
|
|
|
@44dc138e
|
10 years |
martin |
rtpdec_mpeg4: reassemble fragmented AAC frames
Signed-off-by: Martin …
|
|
|
@dcf969e9
|
10 years |
martin |
rtpdec_mpeg4: add more verbose error logging
Signed-off-by: Martin …
|
|
|
@96084251
|
10 years |
martin |
libavformat: add robust MPEG audio depacketization (RFC 5219)
…
|
|
|
@5cbae565
|
10 years |
martin |
mpegaudio_parser: add MP3 ADU headers parser
Signed-off-by: Martin …
|
|
|
@5e5583ef
|
10 years |
martin |
libavformat: add AC3 RTP depacketization (RFC 4184)
Signed-off-by: …
|
|
|
@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 …
|
|
|