| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/rtpdec*: Constify all RTPDynamicProtocolHandler. | Carl Eugen Hoyos | 2018-02-14 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd' | Michael Niedermayer | 2015-02-25 | 1 | -2/+2 |
|\| |
|
| * | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | | Merge commit '199fb40278146c5bb162990c66ad3cd561abc780' | Michael Niedermayer | 2015-02-25 | 1 | -9/+3 |
|\| |
|
| * | rtpdec: Use ffio_free_dyn_buf | Martin Storsjö | 2015-02-24 | 1 | -9/+3 |
* | | Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239' | Michael Niedermayer | 2015-02-25 | 1 | -1/+0 |
|\| |
|
| * | rtpdec: Don't free the payload context in the .free function | Martin Storsjö | 2015-02-24 | 1 | -1/+0 |
* | | Merge commit '12251f997bbc0abb93be39c51021e6d404ca385f' | Michael Niedermayer | 2015-02-24 | 1 | -2/+0 |
|\| |
|
| * | rtpdec: Remove unnecessary checks | Martin Storsjö | 2015-02-24 | 1 | -2/+0 |
* | | Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8' | Michael Niedermayer | 2015-02-24 | 1 | -6/+1 |
|\| |
|
| * | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -6/+1 |
* | | Merge commit '2b982e92f42a6e661d90b12b6592cd13cae496d4' | Michael Niedermayer | 2015-02-24 | 1 | -9/+1 |
|\| |
|
| * | rtpdec: Set need_parsing via a handler field | Martin Storsjö | 2015-02-24 | 1 | -9/+1 |
* | | Merge commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8' | Michael Niedermayer | 2014-12-18 | 1 | -0/+1 |
|\| |
|
| * | rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ |
|
* | avformat: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+2 |
* | rtpdec: Move setting the parsing flags to the actual depacketizers | Martin Storsjö | 2013-01-20 | 1 | -0/+9 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -3/+4 |
* | rtpdec: factorize identical code used in several handlers | Anton Khirnov | 2012-11-02 | 1 | -7/+5 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | rtpdec: Don't require frames to start with a Mode A packet | Martin Storsjö | 2012-06-14 | 1 | -1/+1 |
* | rtpdec: Identify incorrectly signalled H263 | Martin Storsjö | 2012-02-18 | 1 | -1/+23 |
* | rtpdec: Support H263 in RFC 2190 format | Martin Storsjö | 2012-02-14 | 1 | -0/+184 |