| Commit message (Expand) | Author | Age | Files | Lines |
* | avisynth: fix setting packet properties | Michael Niedermayer | 2014-01-17 | 1 | -10/+12 |
* | yuv4mpeg: set average frame rate | Anton Khirnov | 2014-01-17 | 1 | -0/+1 |
* | mp3enc: allow omitting the id3v2 header with -id3v2_version 0 | Anton Khirnov | 2014-01-17 | 2 | -7/+24 |
* | mp3enc: add an option for disabling the Xing frame. | Anton Khirnov | 2014-01-17 | 1 | -1/+4 |
* | mov: Free an earlier allocated array if allocating a new one | Martin Storsjö | 2014-01-15 | 1 | -0/+1 |
* | mov: Free intermediate arrays in the normal cleanup function | Martin Storsjö | 2014-01-15 | 1 | -0/+8 |
* | mxf: Fix potential leak in mxf_read_local_tags() | Tomas Härdin | 2014-01-14 | 1 | -0/+3 |
* | mxf: Correctly support files from Pinnacle Thunder | Tomas Härdin | 2014-01-14 | 1 | -1/+5 |
* | mxf: Fix a possible leak of extradata | Michael Niedermayer | 2014-01-14 | 1 | -0/+2 |
* | mxf: Use av_malloc_array | Luca Barbato | 2014-01-14 | 1 | -7/+7 |
* | mxf: Drop unnecessary checks | Luca Barbato | 2014-01-14 | 1 | -5/+0 |
* | mxf: Fix off by one error in d10 aes3 decoding | Marton Balint | 2014-01-14 | 1 | -1/+1 |
* | mxf: Do not use int to check the seek position | Luca Barbato | 2014-01-14 | 1 | -2/+4 |
* | mxf: Set AV_FIELD_PROGRESSIVE | Reimar Döffinger | 2014-01-14 | 1 | -0/+1 |
* | lavf: make av_probe_input_buffer more robust | Anton Khirnov | 2014-01-13 | 1 | -2/+1 |
* | lavf: use a fixed width type | Anton Khirnov | 2014-01-13 | 1 | -1/+1 |
* | lavf: simplify handling of offset in av_probe_input_buuffer() | Anton Khirnov | 2014-01-13 | 1 | -6/+4 |
* | flv: Workaround for buggy Omnia A/XE encoder | Benjamin Larsson | 2014-01-11 | 1 | -0/+6 |
* | flac muxer: add option to disable writing the global header | Justin Ruggles | 2014-01-09 | 2 | -1/+29 |
* | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -2/+1 |
* | network.h: Add #endif comments to improve readability | Diego Biurrun | 2014-01-06 | 1 | -6/+7 |
* | segafilm: fix leaks if reading the header fails | Anton Khirnov | 2014-01-06 | 1 | -15/+20 |
* | lavf: remove a pointless check | Anton Khirnov | 2014-01-06 | 1 | -2/+1 |
* | oggparseogm: check timing variables | Anton Khirnov | 2014-01-06 | 1 | -0/+5 |
* | sdp: Check that fmt->oformat is non-null before accessing it | Martin Storsjö | 2014-01-05 | 1 | -1/+1 |
* | pmpdec: check that there is at least one audio packet. | Anton Khirnov | 2014-01-03 | 1 | -0/+5 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | mms: Remove non-utf8 characters | Luca Barbato | 2013-12-26 | 2 | -2/+2 |
* | Add a libwebp encoder | Justin Ruggles | 2013-12-21 | 1 | -1/+1 |
* | flv: Use the correct type to hold the file offset | Luca Barbato | 2013-12-20 | 1 | -1/+1 |
* | jvdec: Do not feed the decoder with known wrong data | Luca Barbato | 2013-12-20 | 1 | -2/+15 |
* | jvdec: Fix memory leak of jv->frames | Paul B Mahol | 2013-12-20 | 1 | -0/+10 |
* | jvdec: Return EOF on end of file | Luca Barbato | 2013-12-20 | 1 | -0/+3 |
* | rtpdec_h264: Check the return value of functions doing allocations | Michael Niedermayer | 2013-12-14 | 1 | -4/+8 |
* | sdp: Check theora colorspace before producing the configuration string | Martin Storsjö | 2013-12-14 | 1 | -7/+7 |
* | hdsenc: Check the init_file() return code | Michael Niedermayer | 2013-12-14 | 1 | -1/+3 |
* | hdsenc: Fix an off by one error in an array size check | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
* | hdsenc: Avoid integer overflow | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
* | mpegts: add HEVC registration descriptor | Carl Eugen Hoyos | 2013-12-12 | 1 | -0/+1 |
* | img2: add stereo 3d still picture file extensions | Martin Lambers | 2013-12-12 | 1 | -0/+3 |
* | rtsp: suppress a incompatible pointer types warning | Vittorio Giovara | 2013-12-12 | 1 | -2/+2 |
* | rtspdec: Fix keep-alive request for ACTi cameras | Rumin Sam | 2013-12-11 | 1 | -1/+1 |
* | lavf: remove an unneeded call to avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+0 |
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -2/+2 |
* | avformat: AviSynth demuxer rewrite | d s | 2013-12-08 | 1 | -166/+625 |
* | mxfdec: set extradata size | Anton Khirnov | 2013-11-29 | 1 | -1/+3 |
* | MSN Audio support | Kostya Shishkov | 2013-11-26 | 1 | -0/+1 |
* | build: Integrate multilibrary examples into the build system | Diego Biurrun | 2013-11-25 | 2 | -531/+0 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 18 | -1/+34 |