summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer2012-12-141-1/+2
|\
| * asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-131-1/+2
* | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer2012-12-141-7/+2
|\ \ | |/
| * asyncts: merge two conditionsJustin Ruggles2012-12-131-7/+2
* | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer2012-12-141-12/+12
|\ \ | |/
| * asyncts: cosmetics: reindentJustin Ruggles2012-12-131-12/+12
* | Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e'Michael Niedermayer2012-12-141-9/+55
|\ \ | |/
| * asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-131-9/+55
* | Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f'Michael Niedermayer2012-12-141-8/+8
|\ \ | |/
| * asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-131-1/+1
| * asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-131-7/+7
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-5/+5
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-5/+5
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-9/+21
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-4/+4
|\ \ | |/
| * lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-071-2/+7
|\ \ | |/
| * af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-071-2/+7
* | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-1/+1
|\ \ | |/
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-1/+1
* | lavfi/asyncts: Fix compilation with GCC 4.7Thomas Weber2012-08-211-1/+1
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-3/+2
|\ \ | |/
| * af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-291-1/+1
| * af_asyncts: add first_pts optionJustin Ruggles2012-07-291-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-17/+31
|\ \ | |/
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-16/+22
| * af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-091-1/+9
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-9/+3
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-1/+2
|/
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-1/+2
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
* lavfi: add asyncts filter.Anton Khirnov2012-05-141-0/+237
OpenPOWER on IntegriCloud