| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/os_support: use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-12 | 2 | -1/+4 |
* | lavf: add AV_ to two remaining CODEC_ID_*. | Nicolas George | 2013-03-12 | 2 | -2/+2 |
* | Merge commit '3e2f200237af977b9253b0aff121eee27bcedb44' | Michael Niedermayer | 2013-03-12 | 1 | -0/+1 |
|\ |
|
| * | tty: set avg_frame_rate. | Anton Khirnov | 2013-03-08 | 1 | -0/+1 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111' | Michael Niedermayer | 2013-03-12 | 1 | -4/+4 |
|\| |
|
| * | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+3 |
* | | avformat: keep r_frame_rate | Michael Niedermayer | 2013-03-12 | 2 | -11/+22 |
* | | avformat/avdevice: add missing time.h includes | Michael Niedermayer | 2013-03-12 | 2 | -0/+2 |
* | | mpegts: clear avprograms only for removed programs | Michael Niedermayer | 2013-03-10 | 1 | -3/+11 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 18 | -78/+117 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 17 | -74/+112 |
| * | mp3dec: Fix VBR bit rate parsing | Alexander Kojevnikov | 2013-03-08 | 1 | -2/+4 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 8 | -17/+15 |
* | | avformat: Fix apics with aac | Michael Niedermayer | 2013-03-07 | 1 | -1/+1 |
* | | hls: fix timebase | Michael Niedermayer | 2013-03-07 | 1 | -0/+2 |
* | | lavf/segment: add support to ffconcat segment list | Stefano Sabatini | 2013-03-07 | 2 | -4/+22 |
* | | asfdec: dont truncate type 2-5 values | Michael Niedermayer | 2013-03-05 | 1 | -3/+4 |
* | | lavf/concat: compute duration if possible. | Nicolas George | 2013-03-05 | 1 | -0/+13 |
* | | Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions" | Nicolas George | 2013-03-05 | 2 | -2/+1 |
* | | mp3dec: Fix VBR bit rate parsing | Alexander Kojevnikov | 2013-03-05 | 1 | -2/+4 |
* | | iff: fix integer overflow | Michael Niedermayer | 2013-03-05 | 1 | -0/+3 |
* | | update_stream_timings: check bitrate for being in range. | Michael Niedermayer | 2013-03-04 | 1 | -1/+3 |
* | | avformat: Make duration estimation from pts more robust | Michael Niedermayer | 2013-03-04 | 2 | -1/+5 |
* | | nutdec: more specific return codes for decode_syncpoint() | Michael Niedermayer | 2013-03-04 | 1 | -2/+2 |
* | | nutdec: print error on invalid/unsupported fourcc style | Michael Niedermayer | 2013-03-04 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2013-03-04 | 1 | -1/+1 |
|\ \ |
|
| * | | buildsys: only include log2_tab per library for shared builds | Michael Niedermayer | 2013-03-04 | 1 | -1/+1 |
* | | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 9 | -19/+17 |
* | | | avformat: gather aspect ratio from rv30/40 in find_stream_info | Michael Niedermayer | 2013-03-03 | 1 | -0/+3 |
* | | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2013-03-03 | 2 | -1/+10 |
|\| | |
|
| * | | movenc: Do not flag secondary audio and subtitle tracks as enabled. | Michael Niedermayer | 2013-03-03 | 2 | -1/+10 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-03 | 2 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | rtpdec: Initialize some variables to silence compiler warnings | Martin Storsjö | 2013-03-02 | 2 | -2/+2 |
* | | Avoid huge memory allocations from asf demuxer. | Carl Eugen Hoyos | 2013-03-02 | 1 | -0/+1 |
* | | Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9' | Michael Niedermayer | 2013-03-02 | 1 | -2/+6 |
|\| |
|
| * | flvdec: Check the return value of a malloc | Martin Storsjö | 2013-03-02 | 1 | -2/+6 |
* | | Merge commit 'c91c63b5380bf79655c09320774a022f84d76fd5' | Michael Niedermayer | 2013-03-02 | 1 | -7/+9 |
|\| |
|
| * | flvdec: Don't read the VP6 header byte when setting codec type based on metadata | Martin Storsjö | 2013-03-02 | 1 | -7/+9 |
* | | lavf/avio: check for : in filenames for protocols. | Nicolas George | 2013-02-28 | 1 | -1/+3 |
* | | lavf: rescale duration for chained muxers. | Nicolas George | 2013-02-28 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-28 | 7 | -10/+110 |
|\| |
|
| * | lavf: Add a fate test for the noproxy pattern matching | Martin Storsjö | 2013-02-27 | 2 | -1/+45 |
| * | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 5 | -9/+65 |
* | | Revert "lavf/utils: add support for special characters encoding in URL" | Michael Niedermayer | 2013-02-28 | 1 | -47/+0 |
* | | lavf/utils: add support for special characters encoding in URL | Senthilnathan M | 2013-02-28 | 1 | -0/+47 |
* | | lavf/concatdec: define "ffcat" and "ffconcat" extensions | Stefano Sabatini | 2013-02-28 | 2 | -1/+2 |
* | | oggdec: chained oggs have timestamp discontinuities | Michael Niedermayer | 2013-02-27 | 1 | -1/+1 |
* | | pmpdec: make i unsigned, avoid undefined behavior of i++ | Michael Niedermayer | 2013-02-25 | 1 | -1/+1 |