summaryrefslogtreecommitdiffstats
path: root/libavcodec/audio_frame_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
|\
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-1/+1
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-4/+4
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-141-2/+2
|\ \ | |/
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-2/+2
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | lavc: fix forgotten "que" reference.Clément Bœsch2013-01-071-1/+1
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-3/+3
* | afq: sanity assert on remaining_samplesMichael Niedermayer2012-10-041-0/+1
* | afq: update remaining samples variable.Michael Niedermayer2012-10-041-0/+1
* | audio_frame_que: remove broken code that is specific to old audio_queMichael Niedermayer2012-08-291-16/+0
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-1/+16
|\ \ | |/
| * audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-281-16/+16
| * audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-261-10/+10
* | 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
* | audio_frame_queue: fix null ptr dereferenceMichael Niedermayer2012-05-151-1/+1
* | audio_frame_que: simplifyMichael Niedermayer2012-05-081-101/+49
|/
* avcodec: add code for a frame queue for use by audio encoders with delayJustin Ruggles2012-03-201-0/+162
OpenPOWER on IntegriCloud