| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+3 |
|\ |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | | lavf/mux: rename variable cortag -> tagbuf2 in init_muxer() | Stefano Sabatini | 2013-06-26 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-24 | 1 | -7/+12 |
|\| |
|
| * | lavf: don't abort if both encoder and muxer aspect ratios are not set | Rafaël Carré | 2013-06-24 | 1 | -7/+12 |
* | | Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1' | Michael Niedermayer | 2013-06-16 | 1 | -0/+22 |
|\| |
|
| * | avf: move ff_write_chained to mux.c | Luca Barbato | 2013-06-16 | 1 | -0/+18 |
* | | Adding support for encoding VP8 Alpha | Vignesh Venkatasubramanian | 2013-05-17 | 1 | -0/+1 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff' | Michael Niedermayer | 2013-05-01 | 1 | -2/+3 |
|\| |
|
| * | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+3 |
* | | avformat/write_packet: drop disabled code | Michael Niedermayer | 2013-04-26 | 1 | -17/+0 |
* | | avformat/mux: set avoid_negative_ts based on flags if not overridden by user ... | Michael Niedermayer | 2013-04-26 | 1 | -0/+7 |
* | | avformat/mux: assert that timestamps are positive after offsetting them | Michael Niedermayer | 2013-04-26 | 1 | -0/+2 |
* | | avformat/mux: use a local variable for offset | Michael Niedermayer | 2013-04-26 | 1 | -4/+5 |
* | | avformat/mux: change avoid_negative_ts code to support later addition of AVSt... | Michael Niedermayer | 2013-04-26 | 1 | -12/+16 |
* | | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be' | Michael Niedermayer | 2013-04-26 | 1 | -24/+47 |
|\| |
|
| * | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 1 | -3/+31 |
* | | mux: also call avio_flush() when flushing the muxer | Michael Niedermayer | 2013-04-08 | 1 | -0/+2 |
* | | lavf/mux: add the flush_packets option. | Nicolas George | 2013-03-24 | 1 | -0/+2 |
* | | Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292' | Michael Niedermayer | 2013-03-13 | 1 | -9/+0 |
|\| |
|
| * | lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft | Anton Khirnov | 2013-03-11 | 1 | -9/+0 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -0/+3 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -0/+3 |
| * | lavf: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | mux/chunked interleaver: better align duration chunks. | Michael Niedermayer | 2013-01-17 | 1 | -2/+8 |
* | | mux: de-obfuscate chunked interleaver checks | Michael Niedermayer | 2013-01-17 | 1 | -2/+2 |
* | | mux: simplify chunking interleaver code | Michael Niedermayer | 2013-01-17 | 1 | -5/+4 |
* | | mux: fix chunked interleaver | Michael Niedermayer | 2013-01-16 | 1 | -13/+14 |
* | | mux: fix chunked_duration rounding anomaly | Michael Niedermayer | 2013-01-16 | 1 | -1/+1 |
* | | lavf/mux: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | lavf/mux: do not pass a copy of the packet to write_packet(). | Clément Bœsch | 2013-01-08 | 1 | -6/+5 |
* | | lavf: split packets before muxing. | Clément Bœsch | 2012-12-20 | 1 | -4/+20 |
* | | mux: change 1 assert->av_assert1() | Michael Niedermayer | 2012-10-07 | 1 | -1/+1 |
* | | ff_choose_timebase: only try factors upto 14 | Michael Niedermayer | 2012-10-03 | 1 | -1/+1 |
* | | mux/nut: factorize ff_choose_timebase() out of nut | Michael Niedermayer | 2012-10-03 | 1 | -0/+19 |
* | | 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 | 1 | -44/+226 |
|/ |
|
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 1 | -0/+564 |