37004 Commits (0404ec619d43f27b87c424aa1a572a6699fe6a31)
 

Author SHA1 Message Date
Anton Khirnov 48d0fd2d62 h264: merge common_init() into ff_h264_decode_init. 12 years ago
Anton Khirnov 25408b2a06 h264: make ff_h264_frame_start static. 12 years ago
Janne Grunau 1c4073efd2 fate: add tests for h264 decoder reinit 12 years ago
Janne Grunau a157c7f2b8 h264: fix bit depth changes with frame threading 12 years ago
Martin Storsjö a5e6080a8d rtmp: Pass the parameters to do_adobe_auth in the right order 12 years ago
Hendrik Leppkes c3ebfcd6e1 mpegvideo: allocate hwaccel privdata after the frame buffer 12 years ago
Hendrik Leppkes 9c9ede44f3 h264: allocate hwaccel privdata after the frame buffer 12 years ago
Hendrik Leppkes c71c80f53b pthread: unref already decoded frames when flushing the decoder 12 years ago
Hendrik Leppkes 4e70d66ded mpegvideo: fix allocation of the hwaccel_picture_private data 12 years ago
Anton Khirnov 1516bf7af1 lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting. 12 years ago
Anton Khirnov 6599b087de buffersrc: fix a typo. 12 years ago
Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 12 years ago
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