summaryrefslogtreecommitdiff
path: root/doc/examples/transcode_aac.c
Commit message (Expand)AuthorAgeFilesLines
* examples: apply doxy entries consistency fixesStefano Sabatini2023-02-111-5/+4
* doc/examples/transcode_aac: Bump dateAndreas Unterweger2022-05-021-1/+1
* doc/examples/transcode_aac: AAC encoder is no longer experimentalAndreas Unterweger2022-05-021-3/+0
* doc/examples/transcode_aac: Set decoder packet timebaseAndreas Unterweger2022-05-021-2/+8
* doc/examples/transcode_aac: Don't ignore last encoded frameAndreas Unterweger2022-05-021-10/+10
* doc/examples: convert to new channel layout-APIJames Almer2022-03-151-14/+10
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-2/+2
* doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-19/+27
* Merge commit '0711d142997b2662ba9198e607015b06c6eed0d8'James Almer2018-03-151-32/+69
|\
| * examples: Use new API for transcoding exampleAndreas Unterweger2018-03-071-32/+69
* | examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-2/+0
* | fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+5
* | Merge commit 'b200a2c8da403b5a5c8b50f8cb4a75fd4f0131b1'James Almer2017-10-261-152/+209
|\ \ | |/
| * examples: Fixed and extended Doxygen documentationAndreas Unterweger2017-04-101-163/+215
| * examples: fix a typo in an error messageAleksandr Slobodeniuk2016-12-021-1/+1
| * examples/transcode_aac: Drop pointless return value const qualifierDiego Biurrun2016-11-171-1/+1
* | doc/examples/transcode_aac: replace local get_error_text with av_err2strClément Bœsch2017-04-011-26/+14
* | doc/examples/transcode_aac: fix a typoАлександр Слободенюк2016-12-011-1/+1
* | Merge commit 'ac6d53589f3631ae08467c784fb371a15c957f01'Derek Buitenhuis2016-04-111-17/+49
|\ \ | |/
| * examples/transcode_aac: convert to codecparAnton Khirnov2016-02-241-17/+49
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-5/+5
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-5/+5
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit '3a70c0c95feacb3844d05eebd579fc8189a77eee'Michael Niedermayer2015-01-271-0/+13
|\ \ | |/
| * examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger2015-01-271-0/+13
* | Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e'Michael Niedermayer2015-01-271-1/+1
|\ \ | |/
| * examples/transcode_aac: fix a typoAndreas Unterweger2015-01-271-1/+1
* | Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761'Michael Niedermayer2015-01-271-7/+9
|\ \ | |/
| * examples/transcode_aac: properly select the output sample formatAndreas Unterweger2015-01-271-7/+9
* | doc/examples/transcode_aac: Use avio_closep() in examples as it avoids leavin...Michael Niedermayer2015-01-081-2/+2
* | doc: fix the the typosMichael Niedermayer2014-11-221-1/+1
* | transcode_aac: fix const return valueTimothy Gu2014-08-061-1/+1
* | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-171-1/+1
|\ \ | |/
| * Move all example programs to doc/examplesDiego Biurrun2014-02-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-141-1/+4
|\ \ | |/
| * doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-141-1/+4
* | doc/examples/transcode_aac: remove non converted codepathMichael Niedermayer2013-11-271-7/+0
* | doc/examples/transcode_aac: switch to swresampleMichael Niedermayer2013-11-271-44/+34
* | doc/examples/transcode_aac: fix project nameMichael Niedermayer2013-11-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-271-4/+4
|/
* Add an audio transcoding example.Andreas Unterweger2013-11-271-0/+769