|
|
|
@f1e93986
|
12 years |
martin |
lavc: Rename avpriv_mpv_find_start_code after moving out from …
|
|
|
@75644335
|
12 years |
martin |
lavc: Move start code finding to utils.c
This allows dropping the …
|
|
|
@613a37ec
|
12 years |
kostya.shishkov |
ape: 3.80-3.92 decoding support
|
|
|
@ccd349e5
|
12 years |
martin |
h264: Remove an unused variable
Signed-off-by: Martin Storsjö …
|
|
|
@e5c2794a
|
12 years |
janne-libav |
x86: consistently use unaligned movs in the unaligned bswap
Fixes …
|
|
|
@fdaacc59
|
12 years |
martin |
sndio_dec: Add missing includes for av_gettime()
This is necessary …
|
|
|
@285ff144
|
12 years |
martin |
x86: Change a missed occurrance of int to ptrdiff_t for strides
…
|
|
|
@352dbdb9
|
12 years |
martin |
x86: Remove win64 xmm clobbering wrappers for the now removed …
|
|
|
@fe26611
|
12 years |
martin |
bktr: Add missing includes for av_gettime()
This is necessary after …
|
|
|
@535c247b
|
12 years |
janne-libav |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big …
|
|
|
@3f15b301
|
12 years |
janne-libav |
fate: add test for cropping h264 to container dimensions
Tests the …
|
|
|
@93eaeb02
|
12 years |
anton |
FATE: add a tscc2 test.
|
|
|
@4e33582a
|
12 years |
anton |
tscc2: allocate AVFrame properly.
|
|
|
@20a8ee30
|
12 years |
anton |
af_asyncts: fix compensation and PTS monotonicity
This patch improves …
|
|
|
@1e8b9738
|
12 years |
anton |
avutil/frame: add all remaining frame properties to …
|
|
|
@2e2ec667
|
12 years |
diego |
configure: Enable hwaccels without external dependencies by default.
|
|
|
@72ad96c8
|
12 years |
diego |
doc/developer: Clarify symbol naming prefixes section.
|
|
|
@fcf75022
|
12 years |
anton |
h264: remove redundant freeing of DPB in h264_decode_end
…
|
|
|
@23e85be5
|
12 years |
anton |
h264: add a parameter to the CHROMA444 macro.
This way it does not …
|
|
|
@e962bd08
|
12 years |
anton |
h264: add a parameter to the CHROMA422 macro.
This way it does not …
|
|
|
@6d2b6f21
|
12 years |
anton |
h264: add a parameter to the CABAC macro.
This way it does not look …
|
|
|
@a6931d8
|
12 years |
anton |
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.
This way …
|
|
|
@7fa00653
|
12 years |
anton |
h264: add a parameter to the FIELD_PICTURE macro.
This way it does …
|
|
|
@7bece9b2
|
12 years |
anton |
h264: add a parameter to the FRAME_MBAFF macro.
This way it does not …
|
|
|
@da6be8f
|
12 years |
anton |
h264: add a parameter to the MB_FIELD macro.
This way it does not …
|
|
|
@82313eaa
|
12 years |
anton |
h264: add a parameter to the MB_MBAFF macro.
This way it does not …
|
|
|
@48d0fd2d
|
12 years |
anton |
h264: merge common_init() into ff_h264_decode_init.
There is no point …
|
|
|
@25408b2a
|
12 years |
anton |
h264: make ff_h264_frame_start static.
It is not called from outside …
|
|
|
@1c4073ef
|
12 years |
janne-libav |
fate: add tests for h264 decoder reinit
|
|
|
@a157c7f
|
12 years |
janne-libav |
h264: fix bit depth changes with frame threading
…
|
|
|
@a5e6080a
|
12 years |
martin |
rtmp: Pass the parameters to do_adobe_auth in the right order
…
|
|
|
@c3ebfcd6
|
12 years |
anton |
mpegvideo: allocate hwaccel privdata after the frame buffer
This …
|
|
|
@9c9ede44
|
12 years |
anton |
h264: allocate hwaccel privdata after the frame buffer
This ensures …
|
|
|
@c71c80f5
|
12 years |
anton |
pthread: unref already decoded frames when flushing the decoder
…
|
|
|
@4e70d66d
|
12 years |
anton |
mpegvideo: fix allocation of the hwaccel_picture_private data
…
|
|
|
@1516bf7
|
12 years |
anton |
lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.
|
|
|
@6599b087
|
12 years |
anton |
buffersrc: fix a typo.
Vertical shift is log2_chroma_h, not log2_chroma_w.
|
|
|
@c977039
|
12 years |
anton |
lavc, lavfi: fix counting number of planes in AVBufferRef wrappers
…
|
|
|
@2c328a90
|
12 years |
anton |
pixdesc: add a function for counting planes in a pixel format.
|
|
|
@e5c32d6d
|
12 years |
anton |
avplay: remove the -debug option.
It just shadows the corresponding …
|
|
|
@3cd93cc7
|
12 years |
anton |
Revert "asfenc: return error on negative timestamp"
This reverts …
|
|
|
@35862807
|
12 years |
anton |
print_options: do not generate docs for options without enc or dec …
|
|
|
@ce0124ac
|
12 years |
anton |
mpeg12: do not fail on zero dimensions in the sequence header.
The …
|
|
|
@50c449ac
|
12 years |
lu_zero |
iff: validate CMAP palette size
Fixes CVE-2013-2495
Found-by: …
|
|
|
@d1bec33b
|
12 years |
lu_zero |
asfenc: return error on negative timestamp
According to the …
|
|
|
@65528080
|
12 years |
anton |
lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers …
|
|
|
@23f4c5ac
|
12 years |
siretart |
document the release process
|
|
|
@4750b05
|
12 years |
anton |
af_join: do not leak input frames.
|
|
|
@c2b9bd97
|
12 years |
anton |
asrc_anullsrc: return EOF, not -1
|
|
|
@f4281f45
|
12 years |
anton |
asrc_anullsrc: do not set samplerate and channel layout explicitly
…
|
|
|
@e4a7b217
|
12 years |
anton |
vf_showinfo: remove its useless init function
Filter private data is …
|
|
|
@4d67ff8e
|
12 years |
anton |
AVOptions: fix using named constants with child contexts.
The named …
|
|
|
@9676b9a2
|
12 years |
anton |
AVOption: remove an unused function parameter.
|
|
|
@ef4d34aa
|
12 years |
anton |
filters.texi: restore mistakenly removed section name for noformat
|
|
|
@dd74e3ef
|
12 years |
anton |
avfiltergraph: use sizeof(var) instead of sizeof(type)
|
|
|
@42c7c61a
|
12 years |
anton |
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
…
|
|
|
@556aab8f
|
12 years |
anton |
lavfi: use designated initializers in avfilter_class
|
|
|
@aa3c7799
|
12 years |
anton |
lavf: sanity check size in av_get/append_packet().
To avoid …
|
|
|
@ca6c3f2c
|
12 years |
lu_zero |
lzo: fix overflow checking in copy_backptr()
The check `src > dst' in …
|
|
|
@8425d693
|
12 years |
lu_zero |
flacdec: simplify bounds checking in flac_probe()
Simplify `p->buf > …
|
|
|
@eba1ff31
|
12 years |
lu_zero |
atrac3: avoid oversized shifting in decode_bytes()
When `off' is 0, …
|
|
|
@c42e2625
|
12 years |
kostya.shishkov |
add support for Monkey's Audio versions from 3.93
|
|
|
@9652d4f
|
12 years |
kostya.shishkov |
ape: provide two additional bytes in buffer for old MAC versions
…
|
|
|
@b164d66e
|
12 years |
kostya.shishkov |
ape: make version-dependent decoding functions called via pointers
…
|
|
|
@81cf53e1
|
12 years |
anton |
mpegts: add support for stream_type 0x42, which is CAVS
This allows …
|
|
|
@3e175a2a
|
12 years |
anton |
avconv: mark attachment streams as immediately finished
There are …
|
|
|
@b066d902
|
12 years |
janne-libav |
vaapi: fix argument for ff_vaapi_common_end_frame call
|
|
|
@12e25ed2
|
12 years |
diego |
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
|
|
@6d97484d
|
12 years |
diego |
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
|
|
@1ae07959
|
12 years |
diego |
rsodec: Use avpriv_report_missing_feature() where appropriate
|
|
|
@1ecdf891
|
12 years |
diego |
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
|
|
|
@63d744e2
|
12 years |
diego |
av_log_missing_feature() ---> avpriv_report_missing_feature()
|
|
|
@f099d3d1
|
12 years |
diego |
Add av_log_{ask_for_sample|missing_feature} replacements to libavutil
…
|
|
|
@4abf6fa0
|
12 years |
martin |
ismindex: Check the return value of allocations
Signed-off-by: Martin …
|
|
|
@7c147900
|
12 years |
martin |
ismindex: Factorize code for printing chunk duration lists
…
|
|
|
@f05e9beb
|
12 years |
martin |
ismindex: Rename structs and fields from "file" to "track"
The tool …
|
|
|
@91d4823f
|
12 years |
janne-libav |
avpacket: copy side data type and size in av_dup_packet
|
|
|
@5b3c1aec
|
12 years |
anton |
hqdn3d: Fix out of array read in LOWPASS
CC:libav-stable@libav.org …
|
|
|
@0fe4b485
|
12 years |
anton |
cabac: remove unused argument of ff_init_cabac_states()
…
|
|
|
@be40d6cc
|
12 years |
anton |
rawdec: fix a typo -- || instead of |
Signed-off-by: Anton Khirnov …
|
|
|
@37cb3b18
|
12 years |
lu_zero |
matroskadec: request a read buffer for the wav header
Solve an …
|
|
|
@a8b60158
|
12 years |
lu_zero |
dsputil: convert remaining functions to use ptrdiff_t strides
…
|
|
|
@a4472ac0
|
12 years |
diego |
Add informative messages to av_log_ask_for_sample calls lacking them
|
|
|
@8f10f1a6
|
12 years |
diego |
anm: Get rid of some very silly goto statements
|
|
|
@202c2ac
|
12 years |
lu_zero |
vda: remove async decoder leftovers
Signed-off-by: Luca Barbato …
|
|
|
@a2816230
|
12 years |
janne-libav |
avframe: call release_buffer only if it is set
AVCodecContext …
|
|
|
@fce68c9
|
12 years |
anton |
pthread: unref the decoded but not returned frames on close.
Fixes …
|
|
|
@555000c7
|
12 years |
anton |
h264: check that DPB is allocated before accessing it in flush_dpb()
|
|
|
@d0a863ac
|
12 years |
anton |
vf_hqdn3d: fix uninitialized variable use
CC:libav-stable@libav.org
|
|
|
@887d31d4
|
12 years |
anton |
vf_gradfun: fix uninitialized variable use
CC:libav-stable@libav.org
|
|
|
@c2597c5a
|
12 years |
anton |
h264_refs: cosmetics, reformat
|
|
|
@f08fefc
|
12 years |
anton |
h264: remove a useless svq3 condition
The svq3 decoder does not call …
|
|
|
@07054015
|
12 years |
anton |
mpegvideo: remove FMT_H264
|
|
|
@ee87049
|
12 years |
anton |
mpegvideo: reindent
|
|
|
@19cac8e
|
12 years |
anton |
mpegvideo: remove useless references to h264 and svq3
The h264 …
|
|
|
@85a5bc05
|
12 years |
anton |
lavf: remove disabled FF_API_R_FRAME_RATE cruft
|
|
|
@7b486ab1
|
12 years |
anton |
lavf: remove disabled FF_API_AV_GETTIME cruft
|
|
|
@32e51949
|
12 years |
anton |
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
|
|
|
@435c2a31
|
12 years |
anton |
lavf: remove disabled FF_API_READ_PACKET cruft
|
|
|
@c7e044c6
|
12 years |
anton |
lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
|
|
|