summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge commit '69f086e0f90f23d89e5739b099a4f984fa6a7885'Michael Niedermayer2012-12-21
|\
| * build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun2012-12-21
* | lavfi/af_aconvert: update audio->channels.Nicolas George2012-12-20
* | lavfi: remove init and check of rate and layout.Nicolas George2012-12-20
* | lavfi/buffersrc: remove init of rate and layout.Nicolas George2012-12-20
* | lavfi: add an accessor for ref->audio->channels.Nicolas George2012-12-20
* | lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* | lavfi/select: fix compilation with avcodec disabled.Clément Bœsch2012-12-20
* | lavfi/setpts: enable debug logs, and improve/extend debug messagesStefano Sabatini2012-12-19
* | lavfi/gradfun: small align cosmetics.Clément Bœsch2012-12-19
* | lavfi/gradfun: support named options.Clément Bœsch2012-12-19
* | lavfi/gradfun: reduce up limit for threshold.Clément Bœsch2012-12-19
* | lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2012-12-19
* | lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2012-12-19
* | lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2012-12-19
* | lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2012-12-19
* | af_apad: remove unneeded av_opt_freeMichael Niedermayer2012-12-18
* | apad: add whole_len and pad_len options.Michael Niedermayer2012-12-18
* | apad: fix apad_options formatingMichael Niedermayer2012-12-18
* | af_apad: add user setable packet_sizeMichael Niedermayer2012-12-18
* | avfilter: add apad filterMichael Niedermayer2012-12-18
* | lavfi/crop: free x and y parsed expression objectsStefano Sabatini2012-12-16
* | lavfi/crop: add support to option parsingStefano Sabatini2012-12-15
* | lavfi/overlay: clarify/fix comment, add a few empty lines to ease readabilityStefano Sabatini2012-12-15
* | lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer()Stefano Sabatini2012-12-15
* | lavfi/avfilter.h: clarify doxy for AVFilterLink.out_bufStefano Sabatini2012-12-15
* | Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer2012-12-14
|\|
| * asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-13
* | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer2012-12-14
|\|
| * asyncts: merge two conditionsJustin Ruggles2012-12-13
* | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer2012-12-14
|\|
| * asyncts: cosmetics: reindentJustin Ruggles2012-12-13
* | Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e'Michael Niedermayer2012-12-14
|\|
| * asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-13
* | Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f'Michael Niedermayer2012-12-14
|\|
| * asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-13
| * asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-13
* | aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer2012-12-13
* | lavfi: drop ff_null_start_frame/end_frame/draw_slice.Michael Niedermayer2012-12-13
* | lavfi/select: assign NAN to ignored valuesStefano Sabatini2012-12-13
* | lavfi/select: add support to optionsStefano Sabatini2012-12-13
* | lavfi/select: in select_frame(), rename picref -> refStefano Sabatini2012-12-13
* | lavfi: mv vf_select.c -> f_select.cStefano Sabatini2012-12-13
* | lavfi: add aselect audio variant of selectStefano Sabatini2012-12-13
* | lavfi/select: remove deprecated and unused poll_frame() callbackStefano Sabatini2012-12-13
* | avfilter_get_audio_buffer_ref_from_frame: check that layout and channels matc...Michael Niedermayer2012-12-12
* | ff_copy_buffer_ref: use the channel countMichael Niedermayer2012-12-12
* | avfilter_get_video_buffer_ref_from_frame: check channel countMichael Niedermayer2012-12-12
* | lavfi/showinfo: check plane count before dereferencing.Clément Bœsch2012-12-12
* | lavfi/fps: remove parse opt error message.Clément Bœsch2012-12-11