2008-09-24 |
Baptiste Coudurier | include sys/select.h to get select, according to posix... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | include sys/select.h instead of unistd.h to get select, |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Vitor Sessak | Move constant multiplication out of the loop |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Vitor Sessak | Cosmetics: move convolve() together with the other... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Vitor Sessak | Simplify: move division by constant off the loop |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | stop parsing if tag size is wrongly < 8 to avoid infini... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Michael Niedermayer | Avoid segfault due to not set AVCodec. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | merge amr wb case with amr nb and qcelp |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | only write trailer when state says so, should fix issue... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | do not override sample rate for amr nor qcelp, should... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Kostya Shishkov | Correct wrong lower limit and condition used in APE... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Michael Niedermayer | ASF stands for "advanced stream format" not "adaptive... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Michael Niedermayer | Merge the 2 lpc loops. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Michael Niedermayer | Factorize lpc code slightly. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Diego Biurrun | Add MIPS to list of architectures requiring PIC flags. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Kostya Shishkov | Cosmetics: reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Kostya Shishkov | Add RLE4 and RLE8 decoding support for BMP |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Kostya Shishkov | Add support for 1-bit, 4-bit, 8-bit and some 16-bit... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Kostya Shishkov | Calculate line size correctly for bit depths < 8 |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Kostya Shishkov | Add myself to BMP format maintainers (with permission... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Vitor Sessak | Add support for RVTR fourCC |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Michael Niedermayer | A few empty lines for readability. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Michael Niedermayer | Another try to fix temporal direct mode references. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Brad | AltiVec detection support for OpenBSD, patch by Brad... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Michael Niedermayer | Fix all the recent problems Justin had run into with... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Michael Niedermayer | Fix ref_shift so that it is correct for more/all? MBAFF... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | Correct comment in the direct mode code. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | Simplify initialization of a few direct mode related... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Brad | V4L2 support for OpenBSD, patch by Brad, brad comstyle com |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | Make MBAFF temporal direct mode closer to the spec. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | Move direct_dist_scale_factor() and direct_ref_list_ini... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Niedermayer | Set poc for field references in MBAFF. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Diego Biurrun | Rename check_func2 to check_func_headers. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Stefano Sabatini | Log an error message in case of invalid number of channels. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Michael Niedermayer | Remove fixme that is based on the assumption of !direct... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Michael Niedermayer | Remove check and error message for "MBAFF + !direct_8x8... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Michael Niedermayer | Avoid undefined behavior for removing elements that... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Michael Niedermayer | Ensure that muxer and encoder aspect ratios match.... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Michael Niedermayer | Support comments in preset files. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Michael Niedermayer | Make pps/sps scaling_matrix initialization closer to... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Robert Swain | Zero 'idx' for each iteration of the coupling gain... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Robert Swain | Cosmetics: missing brackets |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Alex Converse | Cast the return value of get_bits() to signed integer... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Michael Niedermayer | Ensure that extradata is not parsed twice. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Kostya Shishkov | add newline at the end of message |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Kostya Shishkov | ZMBV encoder forgot to fill coded frame pointer |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Diego Biurrun | small wording fixes |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Kostya Shishkov | Add fourcc for MS RLE4 |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Kostya Shishkov | Factorize out code used for MS RLE format decoding... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
David Conrad | Remove duplication of TRANSPOSE8 macro, also removing... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
David Conrad | Make a separate macro for writing an entire block from... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
David Conrad | Factorize SSE2_(Row|Column)_IDCT into one macro |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Luca Barbato | Uniform *ToY and *ToUV function signatures |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Luca Barbato | Split mono2Y in monowhite and monoblack |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Luca Barbato | Factorize unit32_t* casts for palette pointer |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Baptiste Coudurier | revert r14983, value is not sample aspect ratio, it... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Cosmetics: remove excessive blank lines |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Robert Swain | libx264 ffpresets: |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Rewrite SSE2 VP3 IDCT in inline asm |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Rewrite MMX VP3 IDCT in inline asm |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | MMX/SSE2 VP3 IDCT are bitexact now that the dequantizat... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
David Conrad | Take idct permutation into account when initializing... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Vitor Sessak | Use SAMPLE_FMT_FLT instead of doing the float->int... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Vladimir Voroshilov | Second-stage gain and Moving Average Predictor codebooks. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Vladimir Voroshilov | Another set of approved changes for G.729: includes... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Alex Converse | Validate pulse position and error out if an invalid... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Fix segfault with rgb24 and full_internal_chrome due... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Only print "invalid new backstep" when it is really... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Fix regression test failure caused by golomb limit... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Baptiste Coudurier | sync to latest x264 git, field was renamed |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Niedermayer | Make decoder more robust by default against broken... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Fix generated md5, it was wrong for some input lengths. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Correct the threshold of get_ur_golomb_jpegls() at... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Michael Niedermayer | Avoid using floating point for calculating filter coeff... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | wording/spelling |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | cosmetics: fix indentation after r15321 |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write actual min and max frame size to FLAC header... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Remove useless #ifdef around #include. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Only define x86 register names on x86. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ramiro Polla | Spelling... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write MD5 checksum to FLAC header. update regression... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | update FLAC regression test due to expected change... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | write number of samples in FLAC extradata. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Avoid some explicit types in sizeof(). |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Use av_mallocz() instead of for() =0; |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Move dither tables from yuv2rgb to swscale, they have... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Add , to clarify sentence. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | add error message for unsupported codecs in WAVE. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Justin Ruggles | Return error when trying to decode non-grayscale 16... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Diego Biurrun | Fix typos found by ispell. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | Reword a few sentences to make them clearer. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ronald S. Bultje | Reindent after r15317. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ronald S. Bultje | Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michael Niedermayer | The official guide to swscale for confused developers. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Robert Swain | Reindent after last commit |
commit | commitdiff | tree | snapshot |
next |