| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: make av_interleave_packet() return meaningful error codes | Stefano Sabatini | 2011-03-17 | 1 | -3/+4 |
* | lavf: enable av_dlog() in compute_pkt_fields2() | Stefano Sabatini | 2011-03-17 | 1 | -1/+5 |
* | lavf: enable av_dlog message in av_interleaved_write_frame() | Stefano Sabatini | 2011-03-17 | 1 | -1/+2 |
* | Fix compilation error when CONFIG_AVFILTER is not defined. | Thierry Foucu | 2011-03-17 | 1 | -2/+7 |
* | matroskadec: set a default duration also for packets comming from a simple block | Aurelien Jacobs | 2011-03-16 | 1 | -2/+2 |
* | Use av_strdup instead of strdup, fixes mingw build | Baptiste Coudurier | 2011-03-16 | 2 | -4/+2 |
* | Remove occurrences of my old email address. | Ramiro Polla | 2011-03-16 | 2 | -2/+2 |
* | Do not attempt to decode APE file with no frames. | Kostya Shishkov | 2011-03-15 | 1 | -0/+4 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-15 | 31 | -79/+214 |
|\ |
|
| * | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 9 | -11/+13 |
| * | Add AVERROR_EXIT. | Nicolas George | 2011-03-15 | 2 | -0/+3 |
| * | avio: deprecate url_ferror | Anton Khirnov | 2011-03-15 | 7 | -10/+9 |
| * | lavf/utils: dont't explicitly check AVIOContext.error | Anton Khirnov | 2011-03-15 | 1 | -8/+0 |
| * | h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. | Philip Langdale | 2011-03-15 | 1 | -1/+4 |
| * | Delete MAINTAINERS file | Mans Rullgard | 2011-03-14 | 1 | -379/+0 |
| * | ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC... | Justin Ruggles | 2011-03-14 | 5 | -37/+120 |
| * | ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. | Justin | 2011-03-14 | 7 | -39/+65 |
| * | mm decoder: move buffer allocation from decode_init() to decode_frame() | Peter Ross | 2011-03-14 | 1 | -4/+5 |
| * | jv demuxer: prevent video packet size overflow | Peter Ross | 2011-03-14 | 1 | -0/+2 |
| * | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number | Peter Ross | 2011-03-14 | 1 | -3/+5 |
| * | jv demuxer: calculate palette_size for each frame in read_header | Peter Ross | 2011-03-14 | 1 | -5/+5 |
| * | Bitmap Brothers JV errata | Peter Ross | 2011-03-14 | 3 | -0/+6 |
| * | Bitmap Brothers JV demuxer | Peter Ross | 2011-03-14 | 4 | -1/+224 |
| * | Bitmap Brothers JV video decoder | Peter Ross | 2011-03-14 | 4 | -2/+220 |
| * | Update the url to the site website and change ffmpeg-devel to libav-devel | Johan Andersson | 2011-03-13 | 9 | -27/+27 |
| * | doc: document applehttp protocol | Luca Barbato | 2011-03-13 | 1 | -0/+16 |
| * | VP8: fix other function declaration | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+1 |
* | | Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using... | Michael Niedermayer | 2011-03-15 | 3 | -41/+16 |
* | | Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-... | Michael Niedermayer | 2011-03-15 | 5 | -138/+41 |
* | | mm decoder: move buffer allocation from decode_init() to decode_frame(). | Peter Ross | 2011-03-13 | 1 | -4/+5 |
* | | jv demuxer: prevent video packet size overflow | Peter Ross | 2011-03-13 | 1 | -0/+2 |
* | | fbdev: fix check on nanosleep return vale | Stefano Sabatini | 2011-03-13 | 1 | -1/+1 |
* | | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number | Peter Ross | 2011-03-13 | 1 | -3/+5 |
* | | jv demuxer: calculate palette_size for each frame in read_header | Peter Ross | 2011-03-13 | 1 | -5/+5 |
* | | Revert "configure: allow checking multiple functions in check_func_headers()" | Michael Niedermayer | 2011-03-12 | 1 | -12/+15 |
* | | Revert "configure: improve pkg-config support" | Michael Niedermayer | 2011-03-12 | 1 | -35/+1 |
* | | Revert "configure: use pkg-config helpers" | Michael Niedermayer | 2011-03-12 | 1 | -7/+14 |
* | | Merge branch 'master' of git://git.ffmpeg.org/ffmpeg | Michael Niedermayer | 2011-03-12 | 8 | -127/+169 |
|\| |
|
| * | VC1: Export profile/level | Hendrik Leppkes | 2011-03-12 | 2 | -4/+24 |
| * | ffmpeg: remove unused variable in ffmpeg_exit() | Stefano Sabatini | 2011-03-12 | 1 | -1/+0 |
| * | VP8: optimize VP8Context struct ordering | Jason Garrett-Glaser | 2011-03-12 | 2 | -79/+79 |
| * | VP8: fix function declaration | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+1 |
| * | VP8: token probs doesn't need padding | Jason Garrett-Glaser | 2011-03-12 | 1 | -2/+1 |
| * | VP8: use a goto to break out of two loops | Jason Garrett-Glaser | 2011-03-12 | 1 | -1/+2 |
| * | Add CONFIG_AC3DSP symbol to simplify makefiles | Mans Rullgard | 2011-03-12 | 3 | -9/+8 |
| * | configure: use pkg-config helpers | Mans Rullgard | 2011-03-11 | 1 | -14/+7 |
| * | configure: improve pkg-config support | Mans Rullgard | 2011-03-11 | 1 | -1/+35 |
| * | configure: allow checking multiple functions in check_func_headers() | Mans Rullgard | 2011-03-11 | 1 | -15/+12 |
* | | Merge remote-tracking branch 'remotes/newdev/master' | Michael Niedermayer | 2011-03-11 | 3 | -2/+24 |
|\| |
|
| * | Add one more avc intra fourcc and extend the description | Benjamin Larsson | 2011-03-10 | 1 | -2/+3 |