|
|
|
@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
|
|
|
@0a7c4daf
|
12 years |
anton |
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
|
|
|
@d6ed604c
|
12 years |
anton |
lavc: remove disabled FF_API_IDCT cruft
|
|
|
@3bcdf8dc
|
12 years |
anton |
lavc: remove disabled FF_API_SNOW cruft
|
|
|
@fcb07e8b
|
12 years |
anton |
lavc: remove disabled FF_API_MMI cruft
|
|
|
@de27d2b9
|
12 years |
anton |
lavc: remove disabled FF_API_LIBMPEG2 cruft
|
|
|
@0517c9e0
|
12 years |
anton |
lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
|
|
|
@d6d369bf
|
12 years |
martin |
atomic: prefer gcc builtins over win32 atomics, if available.
The …
|
|
|
@fc8406d
|
12 years |
janne-libav |
avframe: copy reordered_opaque in copy_props
Fixes video playback in …
|
|
|
@684e3d2e
|
12 years |
janne-libav |
ra144: check buffer size before requesting a buffer
Return an error …
|
|
|
@08149b2b
|
12 years |
janne-libav |
wmapro: unref skipped frames
|
|
|
@e3232f3
|
12 years |
janne-libav |
svq1: use av_frame_free to free refcounted frame
Fixes a memleak due …
|
|
|
@669cc0f
|
12 years |
anton |
lavc: fix get_buffer() compatibility layer for audio.
planes - …
|
|
|
@98cec5c8
|
12 years |
anton |
ratecontrol: remove an unused variable
|
|
|
@e2c29741
|
12 years |
anton |
vorbisdec: do not leak the first frame.
|
|
|
@5d639b2b
|
12 years |
lu_zero |
vf_pad: fix a & instead of && typo
Avoid buffer overflow in …
|
|
|
@2eaa3663
|
12 years |
lu_zero |
avplay: enable only when SDL 1.2 is found
SDL 2 is API incompatible.
…
|
|
|
@adfa53d6
|
12 years |
anton |
lavc: remove disabled FF_API_VDA_ASYNC cruft
|
|
|
@bdd1567c
|
12 years |
anton |
lavc: remove disabled FF_API_CODEC_ID cruft
|
|
|
@7d42fd6b
|
12 years |
anton |
lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
|
|
|
@84501710
|
12 years |
anton |
lavc: remove disabled FF_API_DSP_MASK cruft
|
|
|
@d03a94e
|
12 years |
anton |
lavc: remove disabled FF_API_SUB_ID cruft
|
|
|
@2a113695
|
12 years |
anton |
lavc: remove disabled FF_API_INTER_THRESHOLD cruft
|
|
|
@9d6cf81f
|
12 years |
anton |
lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
|
|
|
@3b0f586f
|
12 years |
anton |
lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
|
|
|
@0f24a3ca
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
|
|
|
@f073b150
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
|
|
@5d606863
|
12 years |
anton |
lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
|
|
|
@6327c107
|
12 years |
anton |
atomic: fix CAS with armcc.
On the current code, armcc will fail …
|
|
|
@486f0b0c
|
12 years |
justin.ruggles |
png: use av_mallocz_array() for the zlib zalloc function
Fixes …
|
|
|
@e984f478
|
12 years |
justin.ruggles |
libmp3lame: use the correct remaining buffer size when flushing
…
|
|
|
@666fe5da
|
12 years |
martin |
atomic: Exclude the unsupported implementation headers from …
|
|
|
@e7553f4c
|
12 years |
anton |
avconv: do not silently ignore unused codec AVOptions.
Print an error …
|
|
|
@db2d65ce
|
12 years |
anton |
avconv: fix a typo
|
|
|
@64bfc3e2
|
12 years |
anton |
FATE: replace -vb with -b:v
The -{vas}<option> syntax is now obsolete …
|
|
|
@6deae8e0
|
12 years |
anton |
FATE: remove the -dct option from some decoding tests.
It is an …
|
|
|
@41d2008b
|
12 years |
anton |
avconv: use a local variable for InputFile in open_input_file().
This …
|
|
|
@1da54e90
|
12 years |
anton |
avconv: use a local variable for OutputFile in open_output_file().
…
|
|
|
@9d3009c6
|
12 years |
anton |
avconv: print an error on applying options of the wrong type.
I.e. …
|
|
|
@e460aa32
|
12 years |
martin |
atomic: Check for sync_val_compare_and_swap instead of …
|
|
|
@f1af3d19
|
12 years |
anton |
output-example: Update to use encode_video2 instead of the now dropped …
|
|
|
@2240e92f
|
12 years |
martin |
atomic: Add include guards to the implementation headers
This makes …
|
|
|
@7c45087b
|
12 years |
anton |
lavc: update the fallback versions of ff_thread_*
Fixes build without …
|
|
|
@19dd401
|
12 years |
martin |
libopencore-amr: Add the missing 3rd argument of ff_get_buffer()
…
|
|
|
@f86d66bc
|
12 years |
anton |
vmdaudio: fix invalid reads when packet size is not a multiple of …
|
|
|
@4c0080b7
|
12 years |
anton |
wmaprodec: return an error, not 0, when the input is too small.
…
|
|
|
@cacad1c0
|
12 years |
anton |
wmaprodec: require block_align to be set.
Avoids an infinite loop in …
|
|
|
@ea1136b
|
12 years |
anton |
wmadec: require block_align to be set.
Avoids an infinite loop in the …
|
|
|