| Commit message (Expand) | Author | Age | Files | Lines |
* | http: Reset compressed header flag when starting to read a request | Jacek Jendrzej | 2017-09-26 | 1 | -0/+3 |
* | smacker: fix integer overflow with pts_inc | Michael Niedermayer | 2017-09-24 | 1 | -0/+5 |
* | smacker: return meaningful error codes on failure | Sean McGovern | 2017-09-24 | 1 | -5/+5 |
* | avio: update avio_alloc_context() doxy | James Almer | 2017-09-14 | 1 | -1/+1 |
* | flvdec: Check the avio_seek return value after reading a metadata packet | Martin Storsjö | 2017-09-04 | 1 | -1/+7 |
* | Remove support for building for mingw32ce (Windows CE) | Martin Storsjö | 2017-08-31 | 1 | -5/+3 |
* | lavf: make avio_read_partial() public | wm4 | 2017-08-30 | 6 | -12/+13 |
* | hevc: Improve stream constraint values in common header | Mark Thompson | 2017-08-05 | 1 | -3/+3 |
* | mov: move stsd finalization to an appropriate place | Sean McGovern | 2017-07-31 | 1 | -2/+2 |
* | mov: Do not set stsd_count if mov_read_stsd() fails | Sean McGovern | 2017-07-31 | 1 | -8/+17 |
* | mov: log and return early on non-positive stsd entry counts | Sean McGovern | 2017-07-30 | 1 | -0/+5 |
* | rmdec: add missing brackets to compound statement | Sean McGovern | 2017-07-25 | 1 | -1/+2 |
* | lavf: allow avformat_close_input() with NULL | wm4 | 2017-07-22 | 1 | -1/+6 |
* | caf: add an Opus tag | Anton Khirnov | 2017-07-22 | 2 | -0/+9 |
* | rmdec: don't ignore the return value of av_get_packet() | Sean McGovern | 2017-07-17 | 1 | -5/+14 |
* | build: Add feature test macros for glibc 2.19+ | Diego Biurrun | 2017-07-10 | 2 | -0/+2 |
* | os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY | Martin Storsjö | 2017-07-05 | 1 | -13/+1 |
* | lavf: Remove codec_tag from dashenc and smoothstreamingenc | Martin Storsjö | 2017-07-02 | 2 | -2/+0 |
* | tls_gnutls: Readd support for nonblocking operation | Martin Storsjö | 2017-06-20 | 1 | -4/+19 |
* | tls_openssl: Readd support for nonblocking operation | Martin Storsjö | 2017-06-20 | 1 | -2/+20 |
* | movenc: allow alternative hvc1 h.265 codec tag | John Stebbins | 2017-06-20 | 1 | -0/+1 |
* | movenc: write correct format hvcc when tag is hvc1 | John Stebbins | 2017-06-20 | 1 | -1/+4 |
* | movenc: move tags definitions to where they are used | John Stebbins | 2017-06-20 | 1 | -31/+31 |
* | movenc: simplify codec_tag lookup | John Stebbins | 2017-06-20 | 1 | -47/+13 |
* | movenc: use correct tag list for AVOutputFormat.codec_tag | John Stebbins | 2017-06-20 | 1 | -3/+34 |
* | tls: Hide backend implementation details from users | Diego Biurrun | 2017-06-02 | 6 | -12/+14 |
* | os_support: Remove the dynamic loading of getaddrinfo from the fallback getad... | Martin Storsjö | 2017-06-01 | 1 | -31/+0 |
* | hlsenc: Support recovery from an already present playlist | Luca Barbato | 2017-05-31 | 1 | -10/+85 |
* | movenc-test: Add tests for negative cts offsets | Martin Storsjö | 2017-05-15 | 1 | -0/+19 |
* | movenc: Don't write any edit list if the start offset is zero | Martin Storsjö | 2017-05-15 | 1 | -2/+1 |
* | movenc: Add an option for enabling negative CTS offsets | Martin Storsjö | 2017-05-15 | 2 | -4/+26 |
* | mpjpeg: Use proper CR/LF in multipart headers | Martin Storsjö | 2017-05-11 | 1 | -4/+4 |
* | aac: Split function to parse ADTS header data into public and private part | Diego Biurrun | 2017-05-02 | 2 | -19/+22 |
* | mpeg4audio: Make avpriv_copy_pce_data() inline | Anton Khirnov | 2017-04-28 | 2 | -2/+2 |
* | dump: use av_spherical_projection_name() to print spherical projection names | James Almer | 2017-04-27 | 1 | -10/+1 |
* | matroskaenc: don't warn about unknown spherical metadata when there isn't any | James Almer | 2017-04-26 | 1 | -3/+1 |
* | Add ClearVideo decoder | Kostya Shishkov | 2017-04-25 | 2 | -0/+3 |
* | mm: Skip unexpected audio packets | Luca Barbato | 2017-04-20 | 1 | -0/+6 |
* | flv: Validate the packet size | Luca Barbato | 2017-04-20 | 1 | -0/+6 |
* | utvideodec: Support ULY4 and ULH4 | Paul B Mahol | 2017-04-15 | 1 | -0/+2 |
* | utvideodec: Support UQRA and UQRG | Paul B Mahol | 2017-04-15 | 1 | -0/+2 |
* | utvideodec: Support UQY2 | Paul B Mahol | 2017-04-13 | 1 | -0/+1 |
* | avformat: Free the internal codec context at the end | Luca Barbato | 2017-04-13 | 1 | -5/+1 |
* | Add FM Screen Capture Codec decoder | Paul B Mahol | 2017-04-13 | 1 | -0/+1 |
* | ac3_parser: add a public function for parsing the data required by the demuxer | Anton Khirnov | 2017-04-12 | 1 | -8/+11 |
* | matroska: Read only the data written in the scratch buffer | Luca Barbato | 2017-04-10 | 1 | -2/+2 |
* | mov: Move code shared with CAF to a separate file | Diego Biurrun | 2017-04-03 | 4 | -40/+59 |
* | takdec: Use ISO C printf conversion specifiers where appropriate | Diego Biurrun | 2017-03-31 | 1 | -1/+1 |
* | nsvdec: don't ignore the return value of av_get_packet() | Sean McGovern | 2017-03-26 | 1 | -2/+5 |
* | rtmpproto: send swfverify value as swfurl if latter is unused | Ricardo Constantino | 2017-03-26 | 1 | -2/+5 |