1161 Commits (1fd2deedcc6400e08b31566a547a5fac3b38cefb)

Author SHA1 Message Date
Justin Ruggles 23098bbd50 vf_fps: add final flushed frames to the dropped frame count 12 years ago
Daniel Kang 67360ccd51 yadif: x86: fix build for compilers without aligned stack 12 years ago
Daniel Kang 899157b308 yadif: Port inline assembly to yasm 12 years ago
Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 12 years ago
Diego Biurrun c73c87b412 cosmetics: Prettyprint codec/format/filter registration files 12 years ago
Diego Biurrun 69583bd3b1 avfilter: Refactor unconditional filter registration 12 years ago
Diego Biurrun 5af53731d9 avfilter: Compile FIFO filters unconditionally 12 years ago
Diego Biurrun 69f086e0f9 build: avfilter: Remove duplicate compilation entry for vf_scale 12 years ago
Justin Ruggles 4e5a8878d5 asyncts: ignore min_delta only if first_pts is set 12 years ago
Justin Ruggles c0dc57f126 asyncts: merge two conditions 12 years ago
Justin Ruggles 0ee440fe38 asyncts: cosmetics: reindent 12 years ago
Justin Ruggles c143de40c3 asyncts: fix the asyncts behavior when using the first_pts option 12 years ago
Justin Ruggles 8083332c2d asyncts: use clipped delta value when setting resample compensation 12 years ago
Justin Ruggles f266486b2e asyncts: fix flushing of final samples at EOF 12 years ago
Justin Ruggles b30a363331 x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling 12 years ago
Justin Ruggles f96f1e06a4 x86: af_volume: add SSE2-optimized s16 volume scaling 12 years ago
Justin Ruggles b384e031da lavfi: add volume filter 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Anton Khirnov 4c973de9a5 vf_fieldorder: require write permissions 12 years ago
Anton Khirnov 49dd71a6f1 vf_fieldorder: reindent 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Anton Khirnov bb6c67bb36 lavfi: remove vf_slicify 12 years ago
Anton Khirnov af7d13ee4a asink_nullsink: plug a memory leak. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov b68aac7ea3 vf_drawtext: do not use deprecated av_tree_node_size 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Anton Khirnov 20dd41af85 lavfi: add ashowinfo filter 12 years ago
Mans Rullgard 67a68dcec2 af_channelmap: remove stray enum declaration 12 years ago
Mans Rullgard 6b776c61da buffersink: remove stray semicolon after function definition 12 years ago
Janne Grunau 285b706b55 avfilter: fix graphparser memleaks on error paths 12 years ago
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Janne Grunau 79e6e8eba2 avfilter: correct memcpy size avfilter_copy_buf_props() 12 years ago
Janne Grunau ac9a89562a af_resample: unref out_buf when avresample_convert returns 0 12 years ago
Janne Grunau 8501c09868 af_amix: prevent memory leak on error path 12 years ago
Janne Grunau 1afd7a118f af_channelmap: free old extended_data on reallocation 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Justin Ruggles 7b556be673 af_resample: avoid conversion of identical sample formats for 1 channel 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Anton Khirnov ba04177eeb vf_pad/scale: use double precision for aspect ratios. 12 years ago
Anton Khirnov e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 12 years ago
Anton Khirnov 4673a5a761 vf_overlay: properly sync inputs. 12 years ago
Anton Khirnov ab35ec29a4 vf_overlay: get rid of pointless messing with timebase. 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 12 years ago
Anton Khirnov 4e48aa8656 buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 12 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago