| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Doxygen @param command attribute syntax. | Diego Biurrun | 2010-07-17 | 8 | -102/+102 |
* | Add color source. | Stefano Sabatini | 2010-07-17 | 5 | -2/+168 |
* | avidec : Free packet if dv_produce_packet fails. | Jai Menon | 2010-07-17 | 1 | -0/+2 |
* | aviobuf: Do short seeks forward by reading and skipping data instead of a pro... | Martin Storsjö | 2010-07-17 | 1 | -1/+10 |
* | avidec : Free codec context before initializing the chained DV demuxer. | Jai Menon | 2010-07-17 | 1 | -0/+1 |
* | Bump minor and add APIchanges entry for url_fskip return value change. | Martin Storsjö | 2010-07-16 | 2 | -1/+4 |
* | url_fskip: Return an error code if the url_fseek failed | Martin Storsjö | 2010-07-16 | 2 | -3/+5 |
* | In ogg muxer, free dyn allocated buffer, fix memleak | Baptiste Coudurier | 2010-07-16 | 1 | -0/+1 |
* | Attempt to fix x86-64 testsuite on fate. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+1 |
* | 10l: Add a missing const. | Alex Converse | 2010-07-16 | 1 | -1/+1 |
* | aacenc: Template quantize_and_encode_band_cost(). | Alex Converse | 2010-07-16 | 1 | -10/+60 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+0 |
* | Revert 24270, it contained some stuff that shouldn't have been in there. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+2 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -2/+1 |
* | Give x86 r%d registers names, this will simplify implementation of the chroma | Ronald S. Bultje | 2010-07-16 | 1 | -58/+81 |
* | Change return statement, the REP_RET is a mistake since the else case (x86-64, | Ronald S. Bultje | 2010-07-16 | 1 | -3/+1 |
* | In planarCopyWrapper, Only copy length, not stride of the last line in the plane | Martin Storsjö | 2010-07-16 | 1 | -3/+5 |
* | Make Intel Music Coder output SAMPLE_FMT_FLT | Vitor Sessak | 2010-07-16 | 1 | -7/+6 |
* | http: Log a warning when receiving an error code | Martin Storsjö | 2010-07-16 | 1 | -3/+7 |
* | Move SPACE_CHARS back to libavformat/internal.h | Martin Storsjö | 2010-07-16 | 3 | -2/+3 |
* | Use designated initialisers for pcm codec struct | Peter Ross | 2010-07-16 | 1 | -20/+16 |
* | fate: update vc1 reference | Måns Rullgård | 2010-07-16 | 1 | -15/+15 |
* | Vorbis regtests | Vitor Sessak | 2010-07-16 | 1 | -0/+95 |
* | Fix dependencies for msmpeg4v3 regression test | Måns Rullgård | 2010-07-16 | 1 | -1/+1 |
* | Revert r24258: | Vitor Sessak | 2010-07-16 | 2 | -53/+0 |
* | Nit: fix alphabetical order | Vitor Sessak | 2010-07-16 | 1 | -1/+1 |
* | Add msmpeg4v1 regtest | Vitor Sessak | 2010-07-16 | 2 | -0/+53 |
* | Add MS-GSM regtest | Vitor Sessak | 2010-07-16 | 2 | -0/+92 |
* | ATRAC3 regtests | Vitor Sessak | 2010-07-16 | 1 | -0/+15 |
* | Add ATRAC1 regtest | Vitor Sessak | 2010-07-16 | 1 | -0/+5 |
* | Add EAC3 regtests | Vitor Sessak | 2010-07-16 | 1 | -0/+20 |
* | Add AC3 regtests | Vitor Sessak | 2010-07-16 | 1 | -0/+10 |
* | vp8: Save mb border needed for intra prediction so that loop filter can run | David Conrad | 2010-07-16 | 1 | -16/+72 |
* | vp8: Check for malloc failure | David Conrad | 2010-07-16 | 1 | -0/+3 |
* | VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. | Ronald S. Bultje | 2010-07-15 | 4 | -15/+488 |
* | ARM: NEON H264 chroma loop filter 3 cycles faster | Måns Rullgård | 2010-07-15 | 1 | -5/+5 |
* | grep Changelog entry from unified diffs | Rafaël Carré | 2010-07-15 | 1 | -1/+1 |
* | FFmpeg : Close input file and free any related memory if | Jai Menon | 2010-07-15 | 1 | -0/+1 |
* | remove redundant text and whitespaces from iff demuxer av_log() statements | Peter Ross | 2010-07-15 | 1 | -3/+3 |
* | Fix obviously missing dependency of float DCT. | Vitor Sessak | 2010-07-15 | 1 | -0/+1 |
* | Update maintainers list according to renames made in rev 21284 and 22109 | Martin Storsjö | 2010-07-15 | 1 | -2/+2 |
* | ARM: remove two insns from NEON chroma loop filter | Måns Rullgård | 2010-07-15 | 1 | -3/+1 |
* | In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe | Baptiste Coudurier | 2010-07-14 | 1 | -21/+35 |
* | Restore mistakenly removed [in]/[out] Doxygen parameter attributes. | Diego Biurrun | 2010-07-14 | 3 | -7/+7 |
* | Add myself as mmst maintainer. | Ronald S. Bultje | 2010-07-14 | 1 | -0/+1 |
* | matroskaenc: write DisplayUnit element to better match the spec | Aurelien Jacobs | 2010-07-14 | 1 | -0/+1 |
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 2 | -7/+21 |
* | Remove incomplete Doxygen for static decode_frame functions. | Thilo Borgmann | 2010-07-14 | 3 | -27/+0 |
* | Add a depacketizer for QDM2 | Josh Allmann | 2010-07-14 | 5 | -0/+352 |
* | rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts | Martin Storsjö | 2010-07-14 | 1 | -1/+1 |