2008-12-10 |
Loren Merritt | fix progressive jpeg: |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Måns Rullgård | AAC: move scratch array to context to ensure 16-byte... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Alexis Ballier | Remove useless inline qualifier, fixes linking with... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Alex Converse | AAC: Use a sign LUT rather than 1-2*get_bits1() |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Alex Converse | AAC: Unroll code within decode_spectrum_and_dequant... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Alex Converse | AAC: Remove unnecessary fabsf() |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Stefano Sabatini | Make av_log_missing_feature an internal function, and... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Ben Littler | add mpeg2 fourcc and aac format tag from asf |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Justin Ruggles | cosmetics: alignment after last commit |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Justin Ruggles | ac3: detect dba errors and prevent writing past end... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefano Sabatini | Remove unnecessary ret variable. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Jindřich Makovička | bind to the multicast address if possible |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Kostya Shishkov | Do not attempt to decode RV30/40 B-frames without anchors. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Ramiro Polla | documentation: update documentation for minimal w32api... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Ramiro Polla | mingw: update w32api to 3.13 |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Reynaldo H... | COSMETICS |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Ramiro Polla | mlp: cosmetics: remove {}s over one-lined if. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Ramiro Polla | mlp: support bit-depths greater than 16 by default. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Ronald S. Bultje | Remove static variable and a printf using it. See ... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Ronald S. Bultje | Change function prototype of the sdp_parse_a_line in... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Ronald S. Bultje | Do not access s->gb directly in functions that have... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | ac3dec: simplify exponent bounds checking |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Mathieu Velten | mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | ac3dec: add missing feature log message for block start... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | ac3dec: use skip_bits_long() for block start bits |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | ac3dec: unroll inner loop in exponent decoding. 46... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | cosmetics: vertical alignment |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | cosmetics: reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Justin Ruggles | ac3dec: detect out-of-range exponents |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Måns Rullgård | ARM: remove some useless comments |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Kostya Shishkov | Make decoding run of pixels in MS RLE saner. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Kostya Shishkov | Print out some errors found during MS RLE decoding |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Kostya Shishkov | AASC can contain raw data in addition to MS-RLE |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Michael Niedermayer | Check that cpb_count is within the allowed range. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ben Littler | add VX1K h263 and DMK2 mpeg4 avi fourccs |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Michael Niedermayer | Fix FF_OPT_TYPE_INT64 support of defaults. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Jai Menon | Fix an overflow in the predictor. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Vitor Sessak | Silence some ICC warnings. Patch by Vitor Sessak. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Reynaldo H... | Add expected const qualifier on 'buf' to match AVCodec... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Carl Eugen... | Recognize pnm file as images. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Reynaldo H... | COSMETICS, add missing remarks crediting Ben and Kenan |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Kostya Shishkov | Fraps version 3 seems to be the same as Fraps v5 |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Baptiste Coudurier | WRAW fourcc |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Baptiste Coudurier | partial WRAW fourcc support, might need image flipping |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Justin Ruggles | silence gcc warning: ‘n_bands’ may be used uninitialized |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Justin Ruggles | ac3dec: use uint8_t for band sizes |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Reynaldo H... | Removes misleading const qualifier, gets rid of two... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Diego Biurrun | Add necessary header for av_set_program_name and av_pro... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ben Littler | add fourccs from avi files |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Måns Rullgård | ARM: convert VFP code to UAL syntax |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Michael Niedermayer | Implement complexity estimation parsing and try to... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Michael Niedermayer | add GEOX fourcc for mpeg4 |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Diego Biurrun | Move declaration of av_set_program_name and av_program_... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Diego Biurrun | Delete unnecessary 'extern' keywords. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Diego Biurrun | Delete unnecessary 'extern' keywords. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ben Littler | add FFDS fourcc, ok'd by kostya |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Diego Biurrun | Remove entry about unsupported QCELP codec, it is now... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Justin Ruggles | ac3dec: skip decoding and use error concealment for... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Laurent Aimar | mlp: initialize all CRC tables in a common function. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Reynaldo H... | Trivial rephrasing, avoids too long line |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Reynaldo H... | Trivial, Cosmetics, mostly brace placement changes |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kostya Shishkov | Fix reading out of buffer during RV30/40 deblock mask... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kostya Shishkov | 34l: forgot to change one case of chroma MC for RV40 |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kostya Shishkov | Check RV30/40 slice offsets to be inside buffer. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kostya Shishkov | Update ff_rv34_decode_frame() arguments definition |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kostya Shishkov | Remove unused RV40 spatial intra prediction function |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Kenan Gillet | Commit last ok'ed parts of QCELP decoder and enable it. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Michael Niedermayer | ADTS AAC probe. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Michael Niedermayer | Fix regression test failure with pthreads on multiproce... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Diego Biurrun | Remove commented-out duplicate declarations. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Diego Biurrun | Remove unused declarations. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Kenan Gillet | More OKed parts of the QCELP decoder |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Vitor Sessak | Remove hack added to make "make checkheaders" pass... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Kenan Gillet | More OKed parts of the QCELP decoder |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Michael Niedermayer | Get rid of now unneeded pps/sps correctness code as... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Michael Niedermayer | Allocate parameter sets sanely instead of using alloc_p... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Stefano Sabatini | Make more informative the error messages regarding... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Stefano Sabatini | Improve documentation for the -pass and -passlog option... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Kostya Shishkov | enable RV40 decoder |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Kostya Shishkov | RV40 MC functions |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Ronald S. Bultje | Implement rule-number parsing, the initial step in... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Michael Niedermayer | Fix segfault due to deallocated entries in delayed_pic... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Ronald S. Bultje | Change RDTDemuxContext->st into an array of streams... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Ronald S. Bultje | document ff_rdt_parse_open(). See ML discussion in... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Ronald S. Bultje | Change function prototype from taking an AVStream to... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Kenan Gillet | More OKed parts of the QCELP decoder |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Diego Biurrun | Handle AltiVec objects in a more elegant fashion, simil... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Diego Biurrun | Remove ineffectual hack that attempts to build ppc... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Ramiro Polla | configure: vertical alignment cosmetics. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Ramiro Polla | configure: Use check_lib2 for bzlib. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Benjamin Larsson | channel layout support for ffmpeg.c |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Baptiste Coudurier | Implement the fields rc_max_available_vbv_use and |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Stefano Sabatini | Replaces not the anymore valid -flags +trell option... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Stefano Sabatini | Rename functions in sdp.c for consistency's sake. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Stefano Sabatini | s/FFserver/ffserver/ in the help message invocation... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Kostya Shishkov | Add support for parsing and decoding DCA-HD streams. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Kostya Shishkov | RV40 loop filter |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Kostya Shishkov | Invoke future RV30/40 loop filter for already decoded... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Diego Biurrun | Do not duplicate AAN DCT tables in dct-test.c. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Diego Biurrun | Add missing '-test' in name of imgresample test. |
commit | commitdiff | tree | snapshot |
next |