summaryrefslogtreecommitdiff
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAge
* 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
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-07
|\|
| * af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-07
* | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer2012-09-05
|\|
| * avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-24
|\|
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* | lavfi/asyncts: Fix compilation with GCC 4.7Thomas Weber2012-08-21
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-29
| * af_asyncts: add first_pts optionJustin Ruggles2012-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
| * af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
|/
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* lavfi: add asyncts filter.Anton Khirnov2012-05-14