37068 Commits (e8cafd2773bc56455c8816593cbd9368f2d69a80)
 

Author SHA1 Message Date
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
Anton Khirnov d0a863ac89 vf_hqdn3d: fix uninitialized variable use 12 years ago
Anton Khirnov 887d31d455 vf_gradfun: fix uninitialized variable use 12 years ago
Anton Khirnov c2597c5a0a h264_refs: cosmetics, reformat 12 years ago
Anton Khirnov f08fefc4d0 h264: remove a useless svq3 condition 12 years ago
Anton Khirnov 07054015cf mpegvideo: remove FMT_H264 12 years ago
Anton Khirnov ee8704916d mpegvideo: reindent 12 years ago
Anton Khirnov 19cac8e301 mpegvideo: remove useless references to h264 and svq3 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
Anton Khirnov 32e5194969 lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov c7e044c61b lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov d6ed604cf4 lavc: remove disabled FF_API_IDCT cruft 12 years ago
Anton Khirnov 3bcdf8dcb9 lavc: remove disabled FF_API_SNOW cruft 12 years ago
Anton Khirnov fcb07e8b33 lavc: remove disabled FF_API_MMI cruft 12 years ago
Anton Khirnov de27d2b92f lavc: remove disabled FF_API_LIBMPEG2 cruft 12 years ago
Anton Khirnov 0517c9e098 lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft 12 years ago
Hendrik Leppkes d6d369bf13 atomic: prefer gcc builtins over win32 atomics, if available. 12 years ago
Janne Grunau fc8406d01e avframe: copy reordered_opaque in copy_props 12 years ago
Janne Grunau 684e3d2e1c ra144: check buffer size before requesting a buffer 12 years ago
Janne Grunau 08149b2b39 wmapro: unref skipped frames 12 years ago
Janne Grunau e3232f3431 svq1: use av_frame_free to free refcounted frame 12 years ago
Anton Khirnov 669cc0f364 lavc: fix get_buffer() compatibility layer for audio. 12 years ago