| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' | Michael Niedermayer | 2012-10-10 | 1 | -9/+1 |
|\ |
|
| * | rtpdec_mpeg4: au_headers is a single array, simple av_free is enough | Janne Grunau | 2012-10-09 | 1 | -9/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | cosmetics: various spelling fixes | Lou Logan | 2012-07-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-08 | 1 | -0/+3 |
|\| |
|
| * | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -3/+0 |
|\| |
|
| * | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -3/+0 |
| * | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -2/+1 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -2/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -4/+4 |
|\| |
|
| * | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -2/+1 |
* | | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
|/ |
|
* | Make hex_to_data a lavf internal function | Martin Storsjö | 2010-08-09 | 1 | -31/+2 |
* | Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file | Martin Storsjö | 2010-07-30 | 1 | -1/+1 |
* | Move SPACE_CHARS back to libavformat/internal.h | Martin Storsjö | 2010-07-16 | 1 | -0/+1 |
* | Reindent | Josh Allmann | 2010-06-28 | 1 | -18/+18 |
* | rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -19/+14 |
* | rtpdec: Move space_chars from avformat/internal to rtpdec | Josh Allmann | 2010-06-28 | 1 | -1/+0 |
* | rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' | Josh Allmann | 2010-06-25 | 1 | -24/+24 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 1 | -26/+59 |
* | rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler | Josh Allmann | 2010-06-25 | 1 | -1/+83 |
* | RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c | Josh Allmann | 2010-06-25 | 1 | -2/+48 |
* | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann | 2010-06-25 | 1 | -0/+125 |