source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a5e6080a   12 years martin rtmp: Pass the parameters to do_adobe_auth in the right order …
(edit) @c3ebfcd6   12 years anton mpegvideo: allocate hwaccel privdata after the frame buffer This …
(edit) @9c9ede44   12 years anton h264: allocate hwaccel privdata after the frame buffer This ensures …
(edit) @c71c80f5   12 years anton pthread: unref already decoded frames when flushing the decoder …
(edit) @4e70d66d   12 years anton mpegvideo: fix allocation of the hwaccel_picture_private data …
(edit) @1516bf7   12 years anton lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.
(edit) @6599b087   12 years anton buffersrc: fix a typo. Vertical shift is log2_chroma_h, not log2_chroma_w.
(edit) @c977039   12 years anton lavc, lavfi: fix counting number of planes in AVBufferRef wrappers …
(edit) @2c328a90   12 years anton pixdesc: add a function for counting planes in a pixel format.
(edit) @e5c32d6d   12 years anton avplay: remove the -debug option. It just shadows the corresponding …
(edit) @3cd93cc7   12 years anton Revert "asfenc: return error on negative timestamp" This reverts …
(edit) @35862807   12 years anton print_options: do not generate docs for options without enc or dec …
(edit) @ce0124ac   12 years anton mpeg12: do not fail on zero dimensions in the sequence header. The …
(edit) @50c449ac   12 years lu_zero iff: validate CMAP palette size Fixes CVE-2013-2495 Found-by: …
(edit) @d1bec33b   12 years lu_zero asfenc: return error on negative timestamp According to the …
(edit) @65528080   12 years anton lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers …
(edit) @23f4c5ac   12 years siretart document the release process
(edit) @4750b05   12 years anton af_join: do not leak input frames.
(edit) @c2b9bd97   12 years anton asrc_anullsrc: return EOF, not -1
(edit) @f4281f45   12 years anton asrc_anullsrc: do not set samplerate and channel layout explicitly …
(edit) @e4a7b217   12 years anton vf_showinfo: remove its useless init function Filter private data is …
(edit) @4d67ff8e   12 years anton AVOptions: fix using named constants with child contexts. The named …
(edit) @9676b9a2   12 years anton AVOption: remove an unused function parameter.
(edit) @ef4d34aa   12 years anton filters.texi: restore mistakenly removed section name for noformat
(edit) @dd74e3ef   12 years anton avfiltergraph: use sizeof(var) instead of sizeof(type)
(edit) @42c7c61a   12 years anton avfiltergraph: replace AVFilterGraph.filter_count with nb_filters …
(edit) @556aab8f   12 years anton lavfi: use designated initializers in avfilter_class
(edit) @aa3c7799   12 years anton lavf: sanity check size in av_get/append_packet(). To avoid …
(edit) @ca6c3f2c   12 years lu_zero lzo: fix overflow checking in copy_backptr() The check `src > dst' in …
(edit) @8425d693   12 years lu_zero flacdec: simplify bounds checking in flac_probe() Simplify `p->buf > …
(edit) @eba1ff31   12 years lu_zero atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, …
(edit) @c42e2625   12 years kostya.shishkov add support for Monkey's Audio versions from 3.93
(edit) @9652d4f   12 years kostya.shishkov ape: provide two additional bytes in buffer for old MAC versions …
(edit) @b164d66e   12 years kostya.shishkov ape: make version-dependent decoding functions called via pointers …
(edit) @81cf53e1   12 years anton mpegts: add support for stream_type 0x42, which is CAVS This allows …
(edit) @3e175a2a   12 years anton avconv: mark attachment streams as immediately finished There are …
(edit) @b066d902   12 years janne-libav vaapi: fix argument for ff_vaapi_common_end_frame call
(edit) @12e25ed2   12 years diego avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
(edit) @6d97484d   12 years diego avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
(edit) @1ae07959   12 years diego rsodec: Use avpriv_report_missing_feature() where appropriate
(edit) @1ecdf891   12 years diego avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
(edit) @63d744e2   12 years diego av_log_missing_feature() ---> avpriv_report_missing_feature()
(edit) @f099d3d1   12 years diego Add av_log_{ask_for_sample|missing_feature} replacements to libavutil …
(edit) @4abf6fa0   12 years martin ismindex: Check the return value of allocations Signed-off-by: Martin …
(edit) @7c147900   12 years martin ismindex: Factorize code for printing chunk duration lists …
(edit) @f05e9beb   12 years martin ismindex: Rename structs and fields from "file" to "track" The tool …
(edit) @91d4823f   12 years janne-libav avpacket: copy side data type and size in av_dup_packet
(edit) @5b3c1aec   12 years anton hqdn3d: Fix out of array read in LOWPASS CC:libav-stable@libav.org …
(edit) @0fe4b485   12 years anton cabac: remove unused argument of ff_init_cabac_states() …
(edit) @be40d6cc   12 years anton rawdec: fix a typo -- || instead of | Signed-off-by: Anton Khirnov …
(edit) @37cb3b18   12 years lu_zero matroskadec: request a read buffer for the wav header Solve an …
(edit) @a8b60158   12 years lu_zero dsputil: convert remaining functions to use ptrdiff_t strides …
(edit) @a4472ac0   12 years diego Add informative messages to av_log_ask_for_sample calls lacking them
(edit) @8f10f1a6   12 years diego anm: Get rid of some very silly goto statements
(edit) @202c2ac   12 years lu_zero vda: remove async decoder leftovers Signed-off-by: Luca Barbato …
(edit) @a2816230   12 years janne-libav avframe: call release_buffer only if it is set AVCodecContext …
(edit) @fce68c9   12 years anton pthread: unref the decoded but not returned frames on close. Fixes …
(edit) @555000c7   12 years anton h264: check that DPB is allocated before accessing it in flush_dpb()
(edit) @d0a863ac   12 years anton vf_hqdn3d: fix uninitialized variable use CC:libav-stable@libav.org
(edit) @887d31d4   12 years anton vf_gradfun: fix uninitialized variable use CC:libav-stable@libav.org
(edit) @c2597c5a   12 years anton h264_refs: cosmetics, reformat
(edit) @f08fefc   12 years anton h264: remove a useless svq3 condition The svq3 decoder does not call …
(edit) @07054015   12 years anton mpegvideo: remove FMT_H264
(edit) @ee87049   12 years anton mpegvideo: reindent
(edit) @19cac8e   12 years anton mpegvideo: remove useless references to h264 and svq3 The h264 …
(edit) @85a5bc05   12 years anton lavf: remove disabled FF_API_R_FRAME_RATE cruft
(edit) @7b486ab1   12 years anton lavf: remove disabled FF_API_AV_GETTIME cruft
(edit) @32e51949   12 years anton lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
(edit) @435c2a31   12 years anton lavf: remove disabled FF_API_READ_PACKET cruft
(edit) @c7e044c6   12 years anton lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
(edit) @0a7c4daf   12 years anton lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
(edit) @d6ed604c   12 years anton lavc: remove disabled FF_API_IDCT cruft
(edit) @3bcdf8dc   12 years anton lavc: remove disabled FF_API_SNOW cruft
(edit) @fcb07e8b   12 years anton lavc: remove disabled FF_API_MMI cruft
(edit) @de27d2b9   12 years anton lavc: remove disabled FF_API_LIBMPEG2 cruft
(edit) @0517c9e0   12 years anton lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
(edit) @d6d369bf   12 years martin atomic: prefer gcc builtins over win32 atomics, if available. The …
(edit) @fc8406d   12 years janne-libav avframe: copy reordered_opaque in copy_props Fixes video playback in …
(edit) @684e3d2e   12 years janne-libav ra144: check buffer size before requesting a buffer Return an error …
(edit) @08149b2b   12 years janne-libav wmapro: unref skipped frames
(edit) @e3232f3   12 years janne-libav svq1: use av_frame_free to free refcounted frame Fixes a memleak due …
(edit) @669cc0f   12 years anton lavc: fix get_buffer() compatibility layer for audio. planes - …
(edit) @98cec5c8   12 years anton ratecontrol: remove an unused variable
(edit) @e2c29741   12 years anton vorbisdec: do not leak the first frame.
(edit) @5d639b2b   12 years lu_zero vf_pad: fix a & instead of && typo Avoid buffer overflow in …
(edit) @2eaa3663   12 years lu_zero avplay: enable only when SDL 1.2 is found SDL 2 is API incompatible. …
(edit) @adfa53d6   12 years anton lavc: remove disabled FF_API_VDA_ASYNC cruft
(edit) @bdd1567c   12 years anton lavc: remove disabled FF_API_CODEC_ID cruft
(edit) @7d42fd6b   12 years anton lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
(edit) @84501710   12 years anton lavc: remove disabled FF_API_DSP_MASK cruft
(edit) @d03a94e   12 years anton lavc: remove disabled FF_API_SUB_ID cruft
(edit) @2a113695   12 years anton lavc: remove disabled FF_API_INTER_THRESHOLD cruft
(edit) @9d6cf81f   12 years anton lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
(edit) @3b0f586f   12 years anton lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
(edit) @0f24a3ca   12 years anton lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
(edit) @f073b150   12 years anton lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
(edit) @5d606863   12 years anton lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
(edit) @6327c107   12 years anton atomic: fix CAS with armcc. On the current code, armcc will fail …
(edit) @486f0b0c   12 years justin.ruggles png: use av_mallocz_array() for the zlib zalloc function Fixes …
(edit) @e984f478   12 years justin.ruggles libmp3lame: use the correct remaining buffer size when flushing …
Note: See TracRevisionLog for help on using the revision log.