2008-09-28 |
Francesco Cosoleto | Substitute the not anymore supported "me" option name... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Robert Swain | Make myself maintainer of the preset files |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Stefano Sabatini | Implement the force_fps option, which disables the... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Siarhei Siamashka | Use DECLARE_ALIGNED_16() on vorbis windows as they... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Michael Niedermayer | Support loading presets from random paths. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Aurelien Jacobs | assdec: don't remove CR, they are part of the spec |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Diego Biurrun | cosmetics: Break overly long lines, one grammar fix. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Diego Biurrun | spelling/wording/grammar |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Diego Biurrun | Move doxygen comments for av_gettime from utils.c to... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Diego Biurrun | Add alltools target to build all the tools/ stuff. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Michael Niedermayer | Replace apparently always true condition by assert(). |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Michael Niedermayer | Simplify pix_fmt_id instead of listing a subset of... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Michael Niedermayer | Check the 4th plane too when selecting the pixfmt. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Diego Biurrun | Replace 'test' invocation by 'test -n', this should... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Diego Biurrun | Add support for passing a version string to configure... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Diego Biurrun | Use better table heading names in the supported formats... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Michael Niedermayer | Forgotten changelog update for ASS/SSA (de)muxer. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Michael Niedermayer | ASS/SSA muxer. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Vitor Sessak | Simplify: avoid duplication backward_filter() |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Benjamin Larsson | add ok parts to the rm demuxer for SIPRO support |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Benjamin Larsson | Add support for Acelp.net fourcc and codecid, remuxing... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Michael Niedermayer | Do not lose the '\n'. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Baptiste Coudurier | sync to latest mingw api, remove unneeded struct defini... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Michael Niedermayer | 2 in 1, an ASS and SSA demuxer. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Baptiste Coudurier | include sys/select.h, fix freebsd 5.5 compilation |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Baptiste Coudurier | only include sys/select.h if present, fix mingw compilation |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Michael Niedermayer | Prevent image2 from complaining about non monotone... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Vitor Sessak | Do instead of divising a float by a constant, multiply... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Ensure that no non-existing frame is used. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Stefano Sabatini | Implement av_nearer_q() and av_find_nearest_q_idx(... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Do not free sps & pps on width/height changes. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Do not use the generic "alloc missing references" code... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Initialize next/last_picture* as the generic code does... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Print which slices are IDR not just the slice type. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Michael Niedermayer | Fix CAVLC+8x8+MBAFF loop filter. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | cosmetics, remove GXF: in log messages since it is... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Baptiste Coudurier | skip invalid audio samples in gxf packets |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Michael Niedermayer | Field -> MBAFF direct mode can use data from fields... |
commit | commitdiff | tree | snapshot |
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 |
next |