| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-14 | 1 | -2/+0 |
|\ |
|
| * | utils: Drop pointless '#if 1' preprocessor directive. | Diego Biurrun | 2011-06-13 | 1 | -2/+0 |
| * | wav: remove an invalid free(). | Carl Eugen Hoyos | 2011-06-13 | 1 | -1/+0 |
| * | lavf: initialise reference_dts in av_estimate_timings_from_pts. | Michael Niedermayer | 2011-06-13 | 1 | -0/+1 |
| * | img2: add .dpx to the list of supported file extensions. | Peter Ross | 2011-06-13 | 1 | -1/+1 |
* | | matroskadec: properly decode color space in an endian neutral way | Aurelien Jacobs | 2011-06-14 | 1 | -3/+4 |
* | | matroskadec: use a temporary fourcc variable | Aurelien Jacobs | 2011-06-14 | 1 | -5/+7 |
* | | matroskaenc: ensure the written colorspace don't depend on host endianness | Aurelien Jacobs | 2011-06-14 | 1 | -2/+4 |
* | | replace remaining usage of deprecated av_metadata_set2() by av_dict_set() | Aurelien Jacobs | 2011-06-13 | 5 | -13/+13 |
* | | matroskaenc: write colourspace element for rawvideo tracks | Aurelien Jacobs | 2011-06-13 | 1 | -0/+3 |
* | | nsv: simplify probe function | Aurelien Jacobs | 2011-06-13 | 1 | -16/+10 |
* | | nsv: return error code instead of discarding it in read_header() | Aurelien Jacobs | 2011-06-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 20 | -98/+112 |
|\| |
|
| * | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun | 2011-06-10 | 7 | -85/+36 |
| * | adts: Adjust frame size mask to follow the specification. | Kieran Kunhya | 2011-06-10 | 1 | -1/+1 |
| * | movenc: Add RTP muxer/hinter options | Martin Storsjö | 2011-06-10 | 3 | -1/+4 |
| * | movenc: Pass the RTP AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -3/+3 |
| * | rtspenc: Add RTP muxer options | Martin Storsjö | 2011-06-10 | 3 | -1/+8 |
| * | rtspenc: Add an AVClass for setting muxer specific options | Martin Storsjö | 2011-06-10 | 1 | -0/+13 |
| * | rtpenc_chain: Pass the rtpflags options through to the chained muxer | Martin Storsjö | 2011-06-10 | 1 | -0/+8 |
| * | rtpenc: Declare the rtp flags private AVOptions in rtpenc.h | Martin Storsjö | 2011-06-10 | 2 | -2/+5 |
| * | sdp: Reindent after the previous commit | Martin Storsjö | 2011-06-10 | 1 | -18/+18 |
| * | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez | 2011-06-10 | 6 | -2/+166 |
| * | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 3 | -7/+10 |
| * | mov: Fix wrong timestamp generation for fragmented movies that have time offs... | Yusuke Nakamura | 2011-06-10 | 1 | -4/+5 |
* | | Extract rotation in MOV metadata | Dave Badia | 2011-06-10 | 1 | -0/+4 |
* | | lavf: bump minor after the addition of fps_probe_size to AVFormatContext | Stefano Sabatini | 2011-06-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-10 | 2 | -0/+15 |
|\| |
|
| * | lavf: make compute_pkt_fields2() return meaningful error values | Stefano Sabatini | 2011-06-09 | 1 | -3/+3 |
| * | matroskadec: set timestamps for RealAudio packets. | Reimar Döffinger | 2011-06-09 | 1 | -0/+8 |
| * | movdec: Add support for the 'wfex' atom. | Alex Converse | 2011-06-09 | 1 | -0/+14 |
| * | riff: Fix potential memleak. | Alex Converse | 2011-06-09 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 53 | -304/+282 |
|\| |
|
| * | crypto: Use av_freep instead of av_free | Etienne Buira | 2011-06-08 | 1 | -2/+2 |
| * | lavf: don't try to free private options if priv_data is NULL. | Anton Khirnov | 2011-06-08 | 1 | -1/+1 |
| * | options: Add missing braces around struct initializer. | Diego Biurrun | 2011-06-08 | 1 | -1/+1 |
| * | mov: Remove leftover crufty debug statement with references to a local file. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 52 | -191/+233 |
| * | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 3 | -111/+50 |
* | | crypto: Use av_freep instead of av_free | Etienne Buira | 2011-06-09 | 1 | -2/+2 |
* | | Revert "crypto: fix potential double free" | Michael Niedermayer | 2011-06-09 | 1 | -2/+4 |
* | | aac: fix adts frame size mask, fix demuxer probing for some files. | Baptiste Coudurier | 2011-06-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 5 | -21/+9 |
|\| |
|
| * | Remove some non-compiling debug messages. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -6/+3 |
| * | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -7/+0 |
| * | Replace some printf instances in debug code by av_log. | Diego Biurrun | 2011-06-07 | 2 | -4/+5 |
| * | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
* | | crypto: fix potential double free | Etienne Buira | 2011-06-08 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-07 | 4 | -19/+71 |
|\| |
|