| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-02 | 1 | -20/+22 |
|\ |
|
| * | nut: add do {} while (0) to GET_V | Luca Barbato | 2012-10-02 | 1 | -20/+22 |
* | | Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac' | Michael Niedermayer | 2012-10-02 | 1 | -17/+40 |
|\| |
|
| * | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -15/+38 |
* | | Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253' | Michael Niedermayer | 2012-10-02 | 1 | -33/+44 |
|\| |
|
| * | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -27/+42 |
* | | Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd' | Michael Niedermayer | 2012-10-02 | 4 | -697/+761 |
|\| |
|
| * | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 4 | -517/+580 |
* | | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d' | Michael Niedermayer | 2012-10-02 | 3 | -8/+9 |
|\| |
|
| * | mpegts: Drop pointless casting of hex_dump_debug arguments | Diego Biurrun | 2012-10-01 | 1 | -3/+3 |
| * | avformat: const correctness for av_hex_dump / av_hex_dump_log | Diego Biurrun | 2012-10-01 | 2 | -5/+6 |
* | | mov: add option to ignore edit lists. | Michael Niedermayer | 2012-10-02 | 2 | -1/+4 |
* | | nutenc: choose for non audio streams a timebase with finer resolution. | Michael Niedermayer | 2012-10-02 | 1 | -4/+16 |
* | | nut: store and read the r_frame_rate | Michael Niedermayer | 2012-10-02 | 2 | -0/+11 |
* | | nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rate | Michael Niedermayer | 2012-10-02 | 1 | -2/+15 |
* | | isom: fix redundant redeclaration of ff_mov_read_chan(). | Clément Bœsch | 2012-10-02 | 2 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 17 | -72/+56 |
|\| |
|
| * | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 9 | -29/+61 |
| * | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 11 | -44/+0 |
* | | movenc: fix edit list for the case of negative pts. | Michael Niedermayer | 2012-10-01 | 1 | -0/+4 |
* | | mov: add av_dlog() to dump edit lists. | Michael Niedermayer | 2012-09-29 | 1 | -2/+6 |
* | | mov: only print multiple edit lists warning for actually unsupported cases | Michael Niedermayer | 2012-09-29 | 1 | -1/+4 |
* | | lavf: free probe data in case we close before probing finished | Michael Niedermayer | 2012-09-29 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-29 | 1 | -2/+2 |
|\| |
|
| * | avidec: use actually read size instead of requested size | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
| * | avidec: return 0, not packet size from read_packet(). | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | | mov: remove default of 1024 sample skip for aac. | Michael Niedermayer | 2012-09-28 | 1 | -2/+0 |
* | | nutdec: fix get_vb_trace() / -DTRACE compile | Michael Niedermayer | 2012-09-28 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 2 | -7/+14 |
|\| |
|
| * | http: Increase buffer sizes to cope with longer URIs | Duncan Salerno | 2012-09-28 | 1 | -5/+8 |
| * | nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments | Diego Biurrun | 2012-09-27 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 3 | -8/+54 |
|\| |
|
| * | nutdec: Remove unused and broken debug function stub | Diego Biurrun | 2012-09-27 | 1 | -10/+0 |
| * | Add Opus support to the Ogg muxer. | Nathan Caldwell | 2012-09-27 | 2 | -6/+52 |
| * | avformat: Identify anonymous AVIO typedef structs. | Dale Curtis | 2012-09-27 | 1 | -2/+2 |
* | | asfenc: avoid negative timestampsn1.1-dev | Michael Niedermayer | 2012-09-28 | 1 | -0/+3 |
* | | mxfdec: allow container_ul to override codec_ul if codec is A-law | Marton Balint | 2012-09-27 | 1 | -1/+2 |
* | | lavf: move fields that appear to be intended as public API to the correct sec... | Michael Niedermayer | 2012-09-27 | 2 | -9/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-27 | 8 | -51/+16 |
|\| |
|
| * | nutdec: const correctness for get_v_trace/get_s_trace function arguments | Diego Biurrun | 2012-09-26 | 1 | -4/+4 |
| * | rtpdec: Remove a useless ff_ prefix from a static symbol | Martin Storsjö | 2012-09-26 | 1 | -2/+2 |
| * | rtpdec: Support depacketizing speex | Dmitry Samonenko | 2012-09-26 | 2 | -1/+8 |
| * | rtpenc: Add support for packetizing speex | Dmitry Samonenko | 2012-09-26 | 3 | -1/+6 |
* | | lavf/movenc: add faststart option. | Clément Bœsch | 2012-09-27 | 2 | -7/+122 |
* | | lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heur... | Clément Bœsch | 2012-09-27 | 1 | -4/+16 |
* | | lavf/movenc: add get_moov_size and use it in fragment code. | Clément Bœsch | 2012-09-27 | 1 | -9/+18 |
* | | file: set the return value type for lseek to off_t | Jean First | 2012-09-27 | 1 | -1/+1 |
* | | lavf: fill in past dts based on reordered pts once the delay becomes known. | Michael Niedermayer | 2012-09-26 | 1 | -0/+14 |
* | | lavf: factorize timestamp shift in update_initial_timestamps() | Michael Niedermayer | 2012-09-26 | 1 | -3/+5 |
* | | nutenc: avoid negative timestamps | Michael Niedermayer | 2012-09-26 | 1 | -0/+3 |