summaryrefslogtreecommitdiff
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_asyncts: use llabs for int64_tGanesh Ajjanagadde2015-09-061-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+4
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '16a4a18db089af8c432f1cdec62155000585b72c'Michael Niedermayer2013-05-101-4/+9
|\ \ | |/
| * af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit 'b2b25b0659fa047da6266d2ce165d43011136b30'Michael Niedermayer2013-04-111-9/+1
|\ \ | |/
| * af_asyncts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* | Merge commit '20a8ee3061e6d777600c13db731bee3c25878991'Michael Niedermayer2013-03-231-6/+25
|\ \ | |/
| * af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-221-6/+25
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-12/+10
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-12/+10
* | 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
|\ \ | |/