36892 Commits (2c328a907978b61949fd20f7c991803174337855)
 

Author SHA1 Message Date
Anton Khirnov 2c328a9079 pixdesc: add a function for counting planes in a pixel format. 12 years ago
Anton Khirnov e5c32d6da7 avplay: remove the -debug option. 12 years ago
Anton Khirnov 3cd93cc7b8 Revert "asfenc: return error on negative timestamp" 12 years ago
Anton Khirnov 358628074c print_options: do not generate docs for options without enc or dec flags 12 years ago
Anton Khirnov ce0124acac mpeg12: do not fail on zero dimensions in the sequence header. 12 years ago
Kostya Shishkov 50c449ac24 iff: validate CMAP palette size 12 years ago
Luca Barbato d1bec33b46 asfenc: return error on negative timestamp 12 years ago
Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 12 years ago
Reinhard Tartler 23f4c5acc4 document the release process 12 years ago
Anton Khirnov 4750b05d67 af_join: do not leak input frames. 12 years ago
Anton Khirnov c2b9bd97f5 asrc_anullsrc: return EOF, not -1 12 years ago
Anton Khirnov f4281f4571 asrc_anullsrc: do not set samplerate and channel layout explicitly 12 years ago
Anton Khirnov e4a7b2177d vf_showinfo: remove its useless init function 12 years ago
Anton Khirnov 4d67ff8e8e AVOptions: fix using named constants with child contexts. 12 years ago
Anton Khirnov 9676b9a2cd AVOption: remove an unused function parameter. 12 years ago
Anton Khirnov ef4d34aa7e filters.texi: restore mistakenly removed section name for noformat 12 years ago
Anton Khirnov dd74e3ef33 avfiltergraph: use sizeof(var) instead of sizeof(type) 12 years ago
Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 12 years ago
Anton Khirnov 556aab8f11 lavfi: use designated initializers in avfilter_class 12 years ago
Anton Khirnov aa3c779984 lavf: sanity check size in av_get/append_packet(). 12 years ago
Xi Wang ca6c3f2c53 lzo: fix overflow checking in copy_backptr() 12 years ago
Xi Wang 8425d693ee flacdec: simplify bounds checking in flac_probe() 12 years ago
Xi Wang eba1ff3130 atrac3: avoid oversized shifting in decode_bytes() 12 years ago
Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 12 years ago
Kostya Shishkov 9652d4fcfc ape: provide two additional bytes in buffer for old MAC versions 12 years ago
Kostya Shishkov b164d66e35 ape: make version-dependent decoding functions called via pointers 12 years ago
Can Wu 81cf53e133 mpegts: add support for stream_type 0x42, which is CAVS 12 years ago
Anton Khirnov 3e175a2a55 avconv: mark attachment streams as immediately finished 12 years ago
Janne Grunau b066d90211 vaapi: fix argument for ff_vaapi_common_end_frame call 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 1ae07959ab rsodec: Use avpriv_report_missing_feature() where appropriate 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Martin Storsjö 4abf6fa095 ismindex: Check the return value of allocations 12 years ago
Martin Storsjö 7c147900b8 ismindex: Factorize code for printing chunk duration lists 12 years ago
Martin Storsjö f05e9beb4a ismindex: Rename structs and fields from "file" to "track" 12 years ago
Janne Grunau 91d4823f70 avpacket: copy side data type and size in av_dup_packet 12 years ago
Loren Merritt 5b3c1aecb2 hqdn3d: Fix out of array read in LOWPASS 12 years ago
Michael Niedermayer 0fe4b48540 cabac: remove unused argument of ff_init_cabac_states() 12 years ago
Nicolas George be40d6cc2b rawdec: fix a typo -- || instead of | 12 years ago
Luca Barbato 37cb3b180a matroskadec: request a read buffer for the wav header 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 12 years ago
Diego Biurrun 8f10f1a6dc anm: Get rid of some very silly goto statements 12 years ago
Luca Barbato 202c2acc40 vda: remove async decoder leftovers 12 years ago
Janne Grunau a2816230c5 avframe: call release_buffer only if it is set 12 years ago
Anton Khirnov fce68c9355 pthread: unref the decoded but not returned frames on close. 12 years ago
Anton Khirnov 555000c7d5 h264: check that DPB is allocated before accessing it in flush_dpb() 12 years ago