| Commit message (Expand) | Author | Age | Files | Lines |
* | Use better table heading names in the supported formats tables. | Diego Biurrun | 2008-09-26 | 1 | -4/+4 |
* | Forgotten changelog update for ASS/SSA (de)muxer. | Michael Niedermayer | 2008-09-26 | 1 | -0/+1 |
* | ASS/SSA muxer. | Michael Niedermayer | 2008-09-26 | 3 | -1/+94 |
* | whitespace cosmetics | Diego Biurrun | 2008-09-26 | 1 | -2/+2 |
* | Simplify: avoid duplication backward_filter() | Vitor Sessak | 2008-09-26 | 1 | -20/+15 |
* | Remove unused variable. | Diego Biurrun | 2008-09-26 | 1 | -1/+1 |
* | add ok parts to the rm demuxer for SIPRO support | Benjamin Larsson | 2008-09-26 | 1 | -2/+4 |
* | Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work | Benjamin Larsson | 2008-09-26 | 2 | -0/+2 |
* | Do not lose the '\n'. | Michael Niedermayer | 2008-09-26 | 1 | -3/+4 |
* | sync to latest mingw api, remove unneeded struct definitions | Baptiste Coudurier | 2008-09-26 | 1 | -36/+0 |
* | 2 in 1, an ASS and SSA demuxer. | Michael Niedermayer | 2008-09-26 | 3 | -0/+188 |
* | include sys/select.h, fix freebsd 5.5 compilation | Baptiste Coudurier | 2008-09-26 | 1 | -0/+4 |
* | only include sys/select.h if present, fix mingw compilation | Baptiste Coudurier | 2008-09-26 | 2 | -0/+4 |
* | Prevent image2 from complaining about non monotone timestamps as | Michael Niedermayer | 2008-09-26 | 1 | -1/+2 |
* | Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. | Michael Niedermayer | 2008-09-25 | 1 | -1/+1 |
* | Do instead of divising a float by a constant, multiply by its inverse | Vitor Sessak | 2008-09-25 | 1 | -2/+2 |
* | Ensure that no non-existing frame is used. | Michael Niedermayer | 2008-09-25 | 1 | -1/+1 |
* | Implement av_nearer_q() and av_find_nearest_q_idx() functions. | Stefano Sabatini | 2008-09-25 | 3 | -1/+39 |
* | Do not free sps & pps on width/height changes. | Michael Niedermayer | 2008-09-25 | 1 | -6/+8 |
* | Do not use the generic "alloc missing references" code for h.264 as it does | Michael Niedermayer | 2008-09-25 | 1 | -1/+1 |
* | Initialize next/last_picture* as the generic code does not always | Michael Niedermayer | 2008-09-25 | 1 | -0/+9 |
* | Print which slices are IDR not just the slice type. | Michael Niedermayer | 2008-09-25 | 1 | -2/+2 |
* | Fix CAVLC+8x8+MBAFF loop filter. | Michael Niedermayer | 2008-09-25 | 1 | -2/+4 |
* | cosmetics, remove GXF: in log messages since it is present in context | Baptiste Coudurier | 2008-09-24 | 1 | -15/+15 |
* | skip invalid audio samples in gxf packets | Baptiste Coudurier | 2008-09-24 | 1 | -5/+18 |
* | Field -> MBAFF direct mode can use data from fields that are not | Michael Niedermayer | 2008-09-24 | 1 | -1/+1 |
* | include sys/select.h to get select, according to posix 2001, | Baptiste Coudurier | 2008-09-24 | 1 | -0/+1 |
* | include sys/select.h instead of unistd.h to get select, | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | Move constant multiplication out of the loop | Vitor Sessak | 2008-09-24 | 1 | -4/+4 |
* | Cosmetics: move convolve() together with the other DSP functions | Vitor Sessak | 2008-09-24 | 1 | -7/+7 |
* | Simplify: move division by constant off the loop | Vitor Sessak | 2008-09-24 | 1 | -2/+3 |
* | stop parsing if tag size is wrongly < 8 to avoid infinite loop | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | Avoid segfault due to not set AVCodec. | Michael Niedermayer | 2008-09-24 | 1 | -1/+1 |
* | merge amr wb case with amr nb and qcelp | Baptiste Coudurier | 2008-09-24 | 1 | -3/+1 |
* | only write trailer when state says so, should fix issue #646 | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | do not override sample rate for amr nor qcelp, should fix some qcelp files at... | Baptiste Coudurier | 2008-09-24 | 1 | -2/+0 |
* | Correct wrong lower limit and condition used in APE decoder | Kostya Shishkov | 2008-09-24 | 1 | -3/+2 |
* | ASF stands for "advanced stream format" not "adaptive ...", changing it to "A... | Michael Niedermayer | 2008-09-24 | 1 | -1/+1 |
* | Merge the 2 lpc loops. | Michael Niedermayer | 2008-09-23 | 1 | -4/+2 |
* | Factorize lpc code slightly. | Michael Niedermayer | 2008-09-23 | 1 | -9/+7 |
* | Add MIPS to list of architectures requiring PIC flags. | Diego Biurrun | 2008-09-23 | 1 | -1/+1 |
* | Cosmetics: reindent after last commit | Kostya Shishkov | 2008-09-23 | 1 | -61/+61 |
* | Add RLE4 and RLE8 decoding support for BMP | Kostya Shishkov | 2008-09-23 | 2 | -3/+12 |
* | Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP | Kostya Shishkov | 2008-09-23 | 1 | -0/+58 |
* | Calculate line size correctly for bit depths < 8 | Kostya Shishkov | 2008-09-23 | 1 | -1/+1 |
* | Add myself to BMP format maintainers (with permission from Mans on IRC) | Kostya Shishkov | 2008-09-23 | 1 | -1/+1 |
* | Add support for RVTR fourCC | Vitor Sessak | 2008-09-23 | 1 | -1/+2 |
* | A few empty lines for readability. | Michael Niedermayer | 2008-09-22 | 1 | -0/+5 |
* | Another try to fix temporal direct mode references. | Michael Niedermayer | 2008-09-22 | 2 | -44/+52 |
* | spelling cosmetics | Diego Biurrun | 2008-09-22 | 1 | -4/+4 |