| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function to convert a number to a av_malloced string. | Michael Niedermayer | 2009-12-13 | 3 | -1/+13 |
* | Print extradata in case of failure. I had this in my local tree and it | Michael Niedermayer | 2009-12-13 | 1 | -1/+3 |
* | APIChanges & minor bump due to avg_frame_rate addition. | Michael Niedermayer | 2009-12-13 | 2 | -1/+4 |
* | Add avg_frame_rate. | Michael Niedermayer | 2009-12-13 | 2 | -0/+11 |
* | Read and decode block data in separate functions to prepare support for | Thilo Borgmann | 2009-12-13 | 1 | -101/+248 |
* | Use constant CODEC_ID_NONE instead of 0 where appropriate. | Carl Eugen Hoyos | 2009-12-13 | 1 | -1/+1 |
* | Remove commented out code. | Michael Niedermayer | 2009-12-13 | 1 | -15/+1 |
* | Show help if no cmd line options are provided at all. | Michael Niedermayer | 2009-12-13 | 2 | -0/+4 |
* | Factor out extradata reading code. | Kostya Shishkov | 2009-12-13 | 1 | -17/+22 |
* | RM audio stream version should be 16-bit followed by header size or reserved | Kostya Shishkov | 2009-12-13 | 1 | -9/+11 |
* | Make RM demuxer look more like proper demuxer by introducing codec tags | Kostya Shishkov | 2009-12-13 | 1 | -13/+35 |
* | Factor out variable declaration | Kostya Shishkov | 2009-12-13 | 1 | -2/+1 |
* | Clarify comment: although still hacky, it is correct for existing libtheora | David Conrad | 2009-12-12 | 1 | -1/+2 |
* | libtheoraenc.c: mark keyframes | David Conrad | 2009-12-12 | 1 | -0/+3 |
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 4 | -14/+45 |
* | Be less picky on invalid frame_pred_frame_dct values. | Michael Niedermayer | 2009-12-12 | 1 | -1/+1 |
* | Only list libavfilter filters if libavfilter has been enabled during | Stefano Sabatini | 2009-12-12 | 1 | -0/+2 |
* | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be | Stefano Sabatini | 2009-12-12 | 3 | -10/+12 |
* | Add ROQ format regression test. | Reimar Döffinger | 2009-12-12 | 4 | -0/+14 |
* | SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. | Jai Menon | 2009-12-12 | 1 | -0/+1 |
* | Add an entry for the av_bmg_next() function addition. | Stefano Sabatini | 2009-12-12 | 1 | -0/+3 |
* | Implement av_bmg_next(), a Box-Muller Gaussian random generator. | Stefano Sabatini | 2009-12-12 | 3 | -2/+43 |
* | Implement a -filters option, listing all the available libavfilter | Stefano Sabatini | 2009-12-12 | 6 | -0/+23 |
* | Reset pts_buffers in av_read_frame_flush(). | John Stebbins | 2009-12-12 | 1 | -1/+4 |
* | Commit functions used by both AMRNB and SIPR | Vitor Sessak | 2009-12-12 | 2 | -0/+100 |
* | Reduce the number of encoded frames for the dnxhd tests to 5. | Stefano Sabatini | 2009-12-12 | 3 | -27/+27 |
* | Fail earlier for unsupported resolutions or pixel formats when encoding | Tomas Härdin | 2009-12-11 | 1 | -1/+12 |
* | indent | Michael Niedermayer | 2009-12-11 | 1 | -2/+2 |
* | Make sure av_new_packet() initializes the data and destruct pointers. | Michael Niedermayer | 2009-12-11 | 1 | -5/+7 |
* | Make parse_filter() parsing more robust. | Stefano Sabatini | 2009-12-11 | 1 | -2/+2 |
* | Dump RTMP packet contents in debug mode | Kostya Shishkov | 2009-12-11 | 3 | -0/+124 |
* | 5l trocadero: don't forget to free packet in gen_connect() | Martin Storsjö | 2009-12-11 | 1 | -0/+1 |
* | Do not try to interact with RTMP server after "stop" command was received. | Martin Storsjö | 2009-12-11 | 1 | -0/+10 |
* | (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. | Carl Eugen Hoyos | 2009-12-10 | 2 | -1/+3 |
* | Support Etymonix MPEG-2 video codec, fixes issue 1603. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | Do not print 'faac:' when using libfaad. | Carl Eugen Hoyos | 2009-12-10 | 1 | -2/+2 |
* | Cosmetic (restructure RGB ljpeg check to be more readable) | Michael Niedermayer | 2009-12-10 | 1 | -8/+8 |
* | 10l, Fix YUV ljpeg that i just broke by mistake. | Michael Niedermayer | 2009-12-10 | 1 | -1/+1 |
* | Correct a forgotten RGB32. | Michael Niedermayer | 2009-12-10 | 1 | -1/+1 |
* | Flip red and blue in rct-less lossless jpeg. | Michael Niedermayer | 2009-12-10 | 1 | -2/+2 |
* | Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on | Michael Niedermayer | 2009-12-10 | 2 | -2/+2 |
* | Fix RGB LJPEG encoding. | Michael Niedermayer | 2009-12-10 | 1 | -0/+6 |
* | Cosmetics: Fix typos in r20780. | Carl Eugen Hoyos | 2009-12-09 | 1 | -2/+2 |
* | add dvcs to dvvideo, fixes issue 1604 | Ben Littler | 2009-12-09 | 1 | -0/+1 |
* | Improve time_increment_bits guessing code. | Michael Niedermayer | 2009-12-09 | 1 | -1/+5 |
* | End startcode prefix search at the end of a AVC unit. | Michael Niedermayer | 2009-12-09 | 1 | -1/+2 |
* | revert r20775, because equivalent code has been committed to x264 instead | Loren Merritt | 2009-12-09 | 1 | -10/+10 |
* | Minor version bump for mbtree addition. | Jason Garrett-Glaser | 2009-12-09 | 1 | -1/+1 |
* | Support AVI1 and AVI2 in avi as MJPEG. | Carl Eugen Hoyos | 2009-12-08 | 1 | -0/+2 |
* | Mention patcheck. | Zhihang Wang | 2009-12-08 | 1 | -0/+3 |