| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: Use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-27 | 2 | -1/+4 |
* | win32: Make ff_win32_open more robust | Reimar Döffinger | 2013-03-27 | 1 | -6/+12 |
* | win32: Allow other programs to open the same files | Reimar Döffinger | 2013-03-27 | 1 | -2/+3 |
* | ape: use correct context for the bit table printed in debug | Kostya Shishkov | 2013-03-27 | 1 | -1/+1 |
* | lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo | Martin Storsjö | 2013-03-26 | 2 | -4/+5 |
* | ape: 3.80-3.92 decoding support | Kostya Shishkov | 2013-03-25 | 1 | -3/+25 |
* | rtmp: Pass the parameters to do_adobe_auth in the right order | Martin Storsjö | 2013-03-20 | 1 | -1/+1 |
* | Revert "asfenc: return error on negative timestamp" | Anton Khirnov | 2013-03-19 | 1 | -8/+0 |
* | iff: validate CMAP palette size | Kostya Shishkov | 2013-03-18 | 1 | -0/+5 |
* | asfenc: return error on negative timestamp | Luca Barbato | 2013-03-18 | 1 | -0/+8 |
* | lavf: sanity check size in av_get/append_packet(). | Anton Khirnov | 2013-03-15 | 1 | -19/+49 |
* | flacdec: simplify bounds checking in flac_probe() | Xi Wang | 2013-03-15 | 1 | -5/+3 |
* | add support for Monkey's Audio versions from 3.93 | Kostya Shishkov | 2013-03-15 | 1 | -1/+1 |
* | mpegts: add support for stream_type 0x42, which is CAVS | Can Wu | 2013-03-15 | 4 | -0/+6 |
* | rsodec: Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 18 | -38/+38 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 3 | -4/+4 |
* | matroskadec: request a read buffer for the wav header | Luca Barbato | 2013-03-12 | 1 | -1/+1 |
* | Add informative messages to av_log_ask_for_sample calls lacking them | Diego Biurrun | 2013-03-12 | 3 | -7/+4 |
* | anm: Get rid of some very silly goto statements | Diego Biurrun | 2013-03-12 | 1 | -10/+5 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 12 | -110/+0 |
* | lavf: remove disabled FF_API_AV_GETTIME cruft | Anton Khirnov | 2013-03-11 | 3 | -14/+0 |
* | lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft | Anton Khirnov | 2013-03-11 | 3 | -22/+0 |
* | lavf: remove disabled FF_API_READ_PACKET cruft | Anton Khirnov | 2013-03-11 | 3 | -29/+0 |
* | lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft | Anton Khirnov | 2013-03-11 | 3 | -30/+0 |
* | lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft | Anton Khirnov | 2013-03-11 | 3 | -21/+0 |
* | output-example: Update to use encode_video2 instead of the now dropped encode... | Martin Storsjö | 2013-03-08 | 1 | -28/+15 |
* | tty: set avg_frame_rate. | Anton Khirnov | 2013-03-08 | 1 | -0/+1 |
* | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+3 |
* | 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 |
* | rtpdec: Initialize some variables to silence compiler warnings | Martin Storsjö | 2013-03-02 | 2 | -2/+2 |
* | flvdec: Check the return value of a malloc | Martin Storsjö | 2013-03-02 | 1 | -2/+6 |
* | flvdec: Don't read the VP6 header byte when setting codec type based on metadata | Martin Storsjö | 2013-03-02 | 1 | -7/+9 |
* | 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 |
* | mov: use the format context for logging. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | asfdec: do not assume every AVStream has a corresponding ASFStream | Anton Khirnov | 2013-02-09 | 1 | -5/+6 |
* | asfdec: support reading ID3v2 tags in ASF files | Vladimir Pantelic | 2013-02-09 | 1 | -3/+19 |
* | asfdec: also read Metadata Library Object | Vladimir Pantelic | 2013-02-09 | 3 | -0/+11 |
* | asfdec: read the full Metadata Object, not just aspect ratio information | Vladimir Pantelic | 2013-02-09 | 1 | -24/+27 |
* | asfdec: silence a warning | Vladimir Pantelic | 2013-02-09 | 1 | -1/+1 |
* | asf: K&R formatting cosmetics | Diego Biurrun | 2013-02-06 | 4 | -508/+552 |
* | Use proper "" quotes for local header #includes | Diego Biurrun | 2013-02-01 | 1 | -1/+1 |
* | bink demuxer: set framerate. | Anton Khirnov | 2013-02-01 | 1 | -0/+1 |
* | bink demuxer: check malloc return value | Anton Khirnov | 2013-02-01 | 1 | -0/+2 |
* | avisynth: Change demuxer name to avoid conflicts with AVS | Diego Biurrun | 2013-01-31 | 1 | -1/+1 |
* | movenc: Simplify code by using avio_wb24 | Martin Storsjö | 2013-01-30 | 1 | -2/+1 |