| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/examples/decoding_encoding: fix storing all channels | Michael Niedermayer | 2014-11-24 | 1 | -5/+6 |
* | doc: fix the the typos | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |
* | doc/examples/transcoding: use av_packet_rescale_ts() | Stefano Sabatini | 2014-09-16 | 1 | -27/+9 |
* | doc/examples: remove unneeded NULL checks | Michael Niedermayer | 2014-09-14 | 2 | -4/+2 |
* | avcodec: export motion vectors in frame side data on demand | Clément Bœsch | 2014-08-18 | 2 | -0/+186 |
* | transcode_aac: fix const return value | Timothy Gu | 2014-08-06 | 1 | -1/+1 |
* | Merge commit '6a928293dd29c7f0dcf09107980a1d651c9957df' | Michael Niedermayer | 2014-08-03 | 1 | -0/+1 |
|\ |
|
| * | examples: filter_audio: Add missing mem.h header for av_freep() | Diego Biurrun | 2014-08-03 | 1 | -0/+1 |
| * | output example: convert audio to the format supported by the encoder | Anton Khirnov | 2014-07-26 | 1 | -46/+147 |
* | | doc/examples/muxing: fix "-flags" option | Michael Niedermayer | 2014-07-27 | 1 | -1/+1 |
* | | doc/examples/muxing: Exchange tmp_frame and frame | Michael Niedermayer | 2014-07-27 | 1 | -11/+12 |
* | | doc/examples/muxing: mark correct frame as writeable | Michael Niedermayer | 2014-07-27 | 1 | -9/+9 |
* | | doc/examples/muxing: Always use swr, simplifies code slightly | Michael Niedermayer | 2014-07-27 | 1 | -6/+0 |
* | | doc/examples/muxing: add alloc_audio_frame() and use it to simplify code. | Anton Khirnov | 2014-07-27 | 1 | -29/+35 |
* | | doc/examples/muxing: Move samples_count to OutputStream | Michael Niedermayer | 2014-07-27 | 1 | -4/+3 |
* | | doc/examples/muxing: free swr context at the end | Michael Niedermayer | 2014-07-27 | 1 | -0/+1 |
* | | doc/examples/muxing: Support setting flags, for example for setting bitexact | Michael Niedermayer | 2014-07-26 | 1 | -8/+19 |
* | | doc/examples/muxing: select a supported sample rate for the encoder, favor 44100 | Michael Niedermayer | 2014-07-26 | 1 | -0/+8 |
* | | doc/examples/muxing: pick a supported channel layout if stereo isnt supported... | Michael Niedermayer | 2014-07-26 | 1 | -1/+9 |
* | | doc/examples/muxing: move swr context to OutputStream | Michael Niedermayer | 2014-07-26 | 1 | -14/+13 |
* | | Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309' | Michael Niedermayer | 2014-07-26 | 1 | -2/+4 |
|\| |
|
| * | output example: set the stream timebase | Anton Khirnov | 2014-07-26 | 1 | -2/+5 |
| * | examples/output: Remove unused variable | Diego Biurrun | 2014-07-11 | 1 | -1/+0 |
| * | output example: free the muxing format context properly | Anton Khirnov | 2014-06-26 | 1 | -7/+1 |
* | | transcoding: fix Doxygen file path | Timothy Gu | 2014-07-07 | 1 | -1/+1 |
* | | doc/examples/resampling_audio: use av_freep() for saftey | Michael Niedermayer | 2014-06-29 | 1 | -1/+1 |
* | | doc/examples/muxing: remove unused variable | Michael Niedermayer | 2014-06-28 | 1 | -1/+1 |
* | | Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26' | Michael Niedermayer | 2014-06-27 | 1 | -80/+108 |
|\| |
|
| * | output example: rewrite encoding logic | Anton Khirnov | 2014-06-26 | 1 | -77/+106 |
* | | Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11' | Michael Niedermayer | 2014-06-27 | 1 | -7/+10 |
|\| |
|
| * | output example: store the scaling context in the stream context | Anton Khirnov | 2014-06-26 | 1 | -9/+11 |
* | | Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1' | Michael Niedermayer | 2014-06-26 | 1 | -2/+2 |
|\| |
|
| * | output example: use a macro instead of a static variable | Anton Khirnov | 2014-06-26 | 1 | -2/+2 |
* | | Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb' | Michael Niedermayer | 2014-06-26 | 1 | -42/+45 |
|\| |
|
| * | output example: allocate the audio frame only once | Anton Khirnov | 2014-06-26 | 1 | -26/+23 |
* | | Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb' | Michael Niedermayer | 2014-06-26 | 1 | -46/+40 |
|\| |
|
| * | output example: use OutputStream for audio streams as well | Anton Khirnov | 2014-06-26 | 1 | -42/+39 |
* | | Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38' | Michael Niedermayer | 2014-06-26 | 1 | -69/+47 |
|\| |
|
| * | output example: use the new AVFrame API to allocate audio frames | Anton Khirnov | 2014-06-26 | 1 | -19/+24 |
* | | Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594' | Michael Niedermayer | 2014-06-26 | 1 | -0/+2 |
|\| |
|
| * | output example: set output channel layout | Anton Khirnov | 2014-06-26 | 1 | -0/+2 |
* | | Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3' | Michael Niedermayer | 2014-06-26 | 1 | -45/+58 |
|\| |
|
| * | output example: use a struct to bundle the video stream variables together | Anton Khirnov | 2014-06-26 | 1 | -43/+50 |
* | | Merge commit '38d044429dabcd28928693240e955c6d4430cca9' | Michael Niedermayer | 2014-06-26 | 1 | -33/+49 |
|\| |
|
| * | output example: use the new AVFrame API for allocating the video frame | Anton Khirnov | 2014-06-26 | 1 | -16/+23 |
* | | Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251' | Michael Niedermayer | 2014-06-20 | 1 | -3/+1 |
|\| |
|
| * | Use av_packet_rescale_ts() to simplify code. | Anton Khirnov | 2014-06-20 | 1 | -8/+1 |
* | | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | | examples: rename avcodec.c to decoding_encoding.c | Stefano Sabatini | 2014-04-23 | 2 | -2/+2 |
* | | examples/transcoding: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |