| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8' | Michael Niedermayer | 2015-02-24 | 18 | -128/+19 |
|\ |
|
| * | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 18 | -128/+19 |
* | | Merge commit 'e72605f80bf5cbe32053a554ccc137e0a99cf3dd' | Michael Niedermayer | 2015-02-24 | 2 | -3/+12 |
|\| |
|
| * | rtpdec: Allow allocating and freeing the private data without explicit functions | Martin Storsjö | 2015-02-24 | 2 | -3/+12 |
* | | Merge commit '2b982e92f42a6e661d90b12b6592cd13cae496d4' | Michael Niedermayer | 2015-02-24 | 11 | -120/+13 |
|\| |
|
| * | rtpdec: Set need_parsing via a handler field | Martin Storsjö | 2015-02-24 | 11 | -120/+13 |
* | | Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6' | Michael Niedermayer | 2015-02-24 | 2 | -3/+7 |
|\| |
|
| * | rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler | Martin Storsjö | 2015-02-24 | 2 | -3/+7 |
* | | Merge commit 'b651c9139e1ab222d5aab9151dcd7d6e40e49885' | Michael Niedermayer | 2015-02-24 | 1 | -1/+1 |
|\| |
|
| * | rtpdec_mpa_robust: Move .enc_name to the start of the struct | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | | Merge commit 'db158f0dd217cf839be8af195d66cf49a76537a8' | Michael Niedermayer | 2015-02-24 | 2 | -8/+8 |
|\| |
|
| * | rtpdec: Remove unnecessary _if_needed suffixes on functions | Martin Storsjö | 2015-02-24 | 2 | -8/+8 |
* | | Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202' | Michael Niedermayer | 2015-02-24 | 2 | -2/+3 |
|\| |
|
| * | rtpdec: Change enc_name to a pointer instead of a fixed-size buffer | Martin Storsjö | 2015-02-24 | 2 | -2/+3 |
* | | Merge commit '0752f700d63f6b15ffd5369ac7615414cce71247' | Michael Niedermayer | 2015-02-24 | 1 | -2/+0 |
|\| |
|
| * | rtpdec_h264: Remove an unnecessary include | Martin Storsjö | 2015-02-24 | 1 | -2/+0 |
* | | Merge commit '247764a592f83521f9c1ccdc900b00a8b84f3c87' | Michael Niedermayer | 2015-02-24 | 1 | -1/+1 |
|\| |
|
| * | rtpdec_h264: Remove unnecessary struct padding | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | | Merge commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b' | Michael Niedermayer | 2015-02-24 | 1 | -1/+2 |
|\| |
|
| * | rtpdec_amr: Use the common indentation style | Martin Storsjö | 2015-02-24 | 1 | -1/+2 |
* | | Merge commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c' | Michael Niedermayer | 2015-02-24 | 1 | -1/+1 |
|\| |
|
| * | rtsp: Fix the indentation of a linewrapped statement | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | | Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02' | Michael Niedermayer | 2015-02-24 | 7 | -8/+8 |
|\| |
|
| * | rtpdec: Add missing trailing commas | Martin Storsjö | 2015-02-24 | 7 | -8/+8 |
* | | Merge commit '04a1be8e28e81f3967eace7705343c450616cc95' | Michael Niedermayer | 2015-02-24 | 2 | -3/+3 |
|\| |
|
| * | libavformat: add T.140 RTP depacketization (RFC 4103) | Gilles Chanteperdrix | 2015-02-24 | 2 | -1/+8 |
* | | Merge commit '26524e358147aade6e9dd18fff42d61b966bbc70' | Michael Niedermayer | 2015-02-24 | 1 | -1/+1 |
|\| |
|
| * | rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | | avformat/movenc: Fix writing ACLR atoms for DNxHD | Kevin Wheatley | 2015-02-24 | 1 | -4/+27 |
* | | avformat/dss: Set packet position correctly | Michael Niedermayer | 2015-02-24 | 1 | -3/+4 |
* | | avformat/nutdec: fix isom and mpa build deps | Clément Bœsch | 2015-02-24 | 1 | -1/+1 |
* | | avformat/mov: Check av_add_index_entry() return value | Michael Niedermayer | 2015-02-23 | 1 | -3/+6 |
* | | Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d' | Michael Niedermayer | 2015-02-23 | 2 | -10/+12 |
|\| |
|
| * | rtsp: punch holes again after pause | Gilles Chanteperdrix | 2015-02-23 | 2 | -7/+12 |
* | | Merge commit 'fe208ca54b0d3b6bbe1c660d371bb2cc6cf40ffc' | Michael Niedermayer | 2015-02-23 | 2 | -7/+10 |
|\| |
|
| * | rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units | Martin Storsjö | 2015-02-23 | 2 | -7/+10 |
* | | avformat/hlsenc: Warn if a non file protocol is used | Michael Niedermayer | 2015-02-23 | 1 | -0/+4 |
* | | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af' | Michael Niedermayer | 2015-02-23 | 1 | -0/+1 |
|\| |
|
| * | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 1 | -0/+1 |
* | | Merge commit 'a388e72d1a6b0888cc1591cb699f61a9c1089cf4' | Michael Niedermayer | 2015-02-23 | 1 | -2/+42 |
|\| |
|
| * | rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible | Martin Storsjö | 2015-02-22 | 1 | -2/+42 |
* | | Merge commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159' | Michael Niedermayer | 2015-02-23 | 2 | -1/+44 |
|\| |
|
| * | rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible | Martin Storsjö | 2015-02-22 | 2 | -1/+44 |
* | | Merge commit 'c99915f7c74ce1249d8633cb6fd09035b8d84db7' | Michael Niedermayer | 2015-02-22 | 3 | -4/+4 |
|\| |
|
| * | rtpdec: DV depacketizer (RFC 6469) | Thomas Volkert | 2015-02-22 | 5 | -1/+173 |
* | | avformat/movenc: Check for memory allocation failures | Michael Niedermayer | 2015-02-22 | 1 | -0/+4 |
* | | avformat/oggdec: Check for ost allocation failure | Michael Niedermayer | 2015-02-22 | 1 | -2/+12 |
* | | avformat/oggdec: Check for av_malloc() failure and forward the error code | Michael Niedermayer | 2015-02-22 | 1 | -2/+8 |
* | | avformat/rmenc: Check for av_malloc() failure | Michael Niedermayer | 2015-02-22 | 1 | -0/+2 |
* | | avformat/rtsp: punch holes again after pause | Gilles Chanteperdrix | 2015-02-22 | 1 | -0/+4 |