source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @666fe5da   12 years martin atomic: Exclude the unsupported implementation headers from …
(edit) @e7553f4c   12 years anton avconv: do not silently ignore unused codec AVOptions. Print an error …
(edit) @db2d65ce   12 years anton avconv: fix a typo
(edit) @64bfc3e2   12 years anton FATE: replace -vb with -b:v The -{vas}<option> syntax is now obsolete …
(edit) @6deae8e0   12 years anton FATE: remove the -dct option from some decoding tests. It is an …
(edit) @41d2008b   12 years anton avconv: use a local variable for InputFile in open_input_file(). This …
(edit) @1da54e90   12 years anton avconv: use a local variable for OutputFile in open_output_file(). …
(edit) @9d3009c6   12 years anton avconv: print an error on applying options of the wrong type. I.e. …
(edit) @e460aa32   12 years martin atomic: Check for sync_val_compare_and_swap instead of …
(edit) @f1af3d19   12 years anton output-example: Update to use encode_video2 instead of the now dropped …
(edit) @2240e92f   12 years martin atomic: Add include guards to the implementation headers This makes …
(edit) @7c45087b   12 years anton lavc: update the fallback versions of ff_thread_* Fixes build without …
(edit) @19dd401   12 years martin libopencore-amr: Add the missing 3rd argument of ff_get_buffer() …
(edit) @f86d66bc   12 years anton vmdaudio: fix invalid reads when packet size is not a multiple of …
(edit) @4c0080b7   12 years anton wmaprodec: return an error, not 0, when the input is too small. …
(edit) @cacad1c0   12 years anton wmaprodec: require block_align to be set. Avoids an infinite loop in …
(edit) @ea1136b   12 years anton wmadec: require block_align to be set. Avoids an infinite loop in the …
(edit) @3ba40ebb   12 years anton ivi_common: do not call MC for intra frames when dc_transform is unset …
(edit) @3e2f2002   12 years anton roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). …
(edit) @8a49d2bc   12 years anton xxan: fix invalid memory access in xan_decode_frame_type0() The loop …
(edit) @6c7d339a   12 years anton tty: set avg_frame_rate. The container does not store any timestamps …
(edit) @bde48aa9   12 years anton FATE: enable multiple slices in the ffv1 vsynth test This allows us …
(edit) @d2438969   12 years anton ffv1: fix calculating slice dimensions for version 2 It got broken in …
(edit) @7b89cd20   12 years anton eamad: allocate a dummy reference frame when the real one is missing …
(edit) @0651e892   12 years anton Replace remaining includes of audioconvert.h with channel_layout.h
(edit) @542b83fc   12 years anton Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.
(edit) @d8b31be6   12 years anton Add the bumps and APIchanges entries for reference counted buffers changes.
(edit) @8df23e93   12 years anton lavc: postpone the removal of request_channels API. Its replacement …
(edit) @1296b1f6   12 years anton AVFrame: deprecate all now unused fields
(edit) @ddcca4ba   12 years anton lavc: stop setting AVFrame.motion_subsample_log2 It is not used …
(edit) @e7bbfc4   12 years anton avserver: don't set deprecated options.
(edit) @354468fc   12 years anton avplay: switch to new refcounted frames API Remove now unused …
(edit) @9b2dc29   12 years anton avconv: convert to new refcounted AVFrame API
(edit) @37045e42   12 years anton mpegvideo: drop vismv code It has been broken for over a year without …
(edit) @2eba9087   12 years anton lavc: make up a fake frame channel layout when there is no real one. …
(edit) @192f1984   12 years anton lavc: limit maximum number of channels to 63 This is the most that …
(edit) @15ec0450   12 years anton lavc: allow decoders to override frame parameters.
Note: See TracRevisionLog for help on using the revision log.