2008-09-30 |
Benoit Fouet | Indent. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Simplify iv_free_func(). |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Move allocated buffer out of YUV buffer structure. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Remove useless initializations. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Check allocations on init. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Remove useless test. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Cosmetics |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | use uint8_t instead of unsigned char |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Corrector type fits in 8 bits. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Remove useless casts and use variable instead of its... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benoit Fouet | Change table types to uint8_t |
commit | commitdiff | tree | snapshot |
2008-09-30 |
David Conrad | Downgrade severity of leftover bits in header packets... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Baptiste Coudurier | support negative ctts in some way, unset wrong dts |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Michael Niedermayer | Allocate 1 line more in the chroma plane for H.264... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Michael Niedermayer | Replace second (and wrong) call to avcodec_align_dimens... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Michael Niedermayer | Do not attempt to perform error concealment in lowres... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Aurelien Jacobs | atrac3: ensure input frame is not overwritten (it is... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
David Conrad | Use skip_frame for keyframe-only decoding rather than... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Carl Eugen... | Fix a warning about an undefined function when compilin... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Diego Pettenò | Remove some format string warnings. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Diego Biurrun | Uniformly define _XOPEN_SOURCE to 600. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Diego Biurrun | cosmetics: Consistently use #ifdef in preprocessor... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Diego Biurrun | Remove unused function fast_memcpy. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Diego Biurrun | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Niedermayer | Revert mistakely commited hunk. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Niedermayer | Print all cases that are tested, not just the ones... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Niedermayer | Fix infinite loop with spline, bug was introduced in... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Diego Pettenò | fix -uninstalled.pc includedir for out-of-tree builds |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Wolfram Gloger | set video_enc->sample_aspect_ratio to fix stream copy |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Michael Niedermayer | Guess picture type from picture coding extension when... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Aurelien Jacobs | matroskadec: merge ASS events which share the same... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Aurelien Jacobs | matroskadec: ass events lines must end with a DOS style EOL |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Aurelien Jacobs | matroskadec: set duration only for CODEC_ID_TEXT subtitles |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Aurelien Jacobs | matroskadec: pass duration as parameter of matroska_fix... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Michael Niedermayer | AVOptions support for ffplay. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Michael Niedermayer | Move opt_default() and set_context_opts() to cmdutils... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Michael Niedermayer | Rename opt_default() so it will not conflict with the... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Francesco Cosoleto | Document the directpred auto value. |
commit | commitdiff | tree | snapshot |
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 |
next |