| Commit message (Expand) | Author | Age | Files | Lines |
* | movtextdec: Don't emit errors for normal duration-end packets. | Philip Langdale | 2012-08-15 | 1 | -2/+12 |
* | srtenc: Add timing-less "subrip" encoder. | Philip Langdale | 2012-08-15 | 4 | -13/+31 |
* | srtdec: Add timing-less "subrip" decoder. | Philip Langdale | 2012-08-15 | 4 | -4/+30 |
* | sp5xdec: fix off by 1 error causing a crash | Michael Niedermayer | 2012-08-16 | 1 | -1/+1 |
* | av_get_audio_frame_duration: fix ra144 | Michael Niedermayer | 2012-08-16 | 1 | -1/+2 |
* | snowdec: add 2 av_asserts to check run validity | Michael Niedermayer | 2012-08-16 | 1 | -1/+3 |
* | snowdec: check log in get_symbol2() | Michael Niedermayer | 2012-08-16 | 1 | -1/+1 |
* | mpegvideo: dont call draw edges on lowres | Michael Niedermayer | 2012-08-15 | 1 | -1/+3 |
* | h263penc: fix multitheraded encoding | Michael Niedermayer | 2012-08-15 | 1 | -0/+3 |
* | mpegvideo_enc: reset mb_x/y before writing the headers | Michael Niedermayer | 2012-08-15 | 1 | -0/+1 |
* | motion_est: switch some asserts to av_assert | Michael Niedermayer | 2012-08-15 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-15 | 8 | -32/+37 |
|\ |
|
| * | api-example: use new video encoding API. | Anton Khirnov | 2012-08-15 | 1 | -28/+44 |
| * | x86: avcodec: Appropriately name files containing only init functions | Diego Biurrun | 2012-08-15 | 5 | -4/+4 |
| * | mpegvideo_mmx_template: drop some commented-out cruft | Diego Biurrun | 2012-08-15 | 1 | -8/+0 |
| * | w32pthreads: Add missing #includes to make header compile standalone | Diego Biurrun | 2012-08-14 | 1 | -0/+3 |
| * | prores: interlaced ProRes encoding | Maksalov Boris | 2012-08-14 | 1 | -68/+115 |
* | | msmpeg4v2: initialize mb_type array | Michael Niedermayer | 2012-08-15 | 1 | -0/+4 |
* | | mpegvideo: fix MB/MV vissualization on videos that are not mod 16 == 0 | Michael Niedermayer | 2012-08-15 | 1 | -2/+2 |
* | | pafdec: fix wrong check for input buffer size. | Michael Niedermayer | 2012-08-15 | 1 | -1/+1 |
* | | pafdec: fix wrong palette index check. | Michael Niedermayer | 2012-08-15 | 1 | -1/+1 |
* | | vda: better frame allocation. | Sebastien Zwickert | 2012-08-14 | 1 | -2/+1 |
* | | bmv_videodec: fix out of array read | Michael Niedermayer | 2012-08-14 | 1 | -0/+5 |
* | | remove duplicated code | upsuper | 2012-08-14 | 1 | -4/+0 |
* | | prores_kostya: implement interlaced encoding. | Boris Maksalov | 2012-08-14 | 1 | -70/+103 |
* | | prores_kostya: fix incorrect picture_size field. | Boris Maksalov | 2012-08-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 10 | -190/+178 |
|\| |
|
| * | g723.1: simplify scale_vector() | Mans Rullgard | 2012-08-14 | 1 | -6/+2 |
| * | g723.1: simplify normalize_bits() | Mans Rullgard | 2012-08-14 | 1 | -7/+0 |
| * | vda: cosmetics: fix Doxygen comment formatting | Sebastien Zwickert | 2012-08-14 | 1 | -78/+78 |
| * | vda: better frame allocation | Sebastien Zwickert | 2012-08-14 | 1 | -1/+1 |
| * | vda: Merge implementation into one file | Sebastien Zwickert | 2012-08-14 | 4 | -356/+285 |
| * | vda: support synchronous decoding | Sebastien Zwickert | 2012-08-14 | 5 | -47/+123 |
| * | vda: Reuse the bitstream buffer and reallocate it only if needed | Sebastien Zwickert | 2012-08-14 | 3 | -26/+28 |
| * | build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC | Diego Biurrun | 2012-08-14 | 1 | -30/+14 |
| * | proresenc: use the edge emulation buffer | Boris Maksalov | 2012-08-13 | 1 | -6/+6 |
| * | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 2 | -3/+3 |
| * | x86: cabac: allow building with suncc | Mans Rullgard | 2012-08-13 | 2 | -24/+37 |
| * | x86: mlpdsp: avoid taking address of void | Mans Rullgard | 2012-08-13 | 1 | -15/+15 |
* | | vda: fix make checkheaders. | Sebastien Zwickert | 2012-08-14 | 1 | -0/+1 |
* | | dvdsubenc: reindent after recent commit. | Nicolas George | 2012-08-14 | 1 | -31/+29 |
* | | lavc: add const to AVCodecContext.codec_descriptor. | Nicolas George | 2012-08-14 | 2 | -4/+4 |
* | | lavc: reimplement avcodec_get_name with descriptors. | Nicolas George | 2012-08-14 | 3 | -97/+4 |
* | | dvdsubenc: set frame size in extradata. | Nicolas George | 2012-08-14 | 1 | -0/+2 |
* | | dvdsubenc: make it usable for transcoding. | Nicolas George | 2012-08-14 | 1 | -69/+278 |
* | | vda: merge implementation into one file. | Sebastien Zwickert | 2012-08-14 | 4 | -364/+291 |
* | | vda: support synchronous decoding. | Sebastien Zwickert | 2012-08-14 | 5 | -58/+135 |
* | | Proresenc: add multithreading support | Speedy Gonzales | 2012-08-13 | 1 | -0/+2 |
* | | g723_1dec: inline normalize_bits() in scale vector and optimize it. | Michael Niedermayer | 2012-08-13 | 1 | -1/+2 |
* | | g723_1dec: remove dead code that leaked in from libav | Michael Niedermayer | 2012-08-13 | 1 | -6/+2 |