2009-04-25 |
Stefano Sabatini | Add missing pixel format descriptor definitions. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Kostya Shishkov | Get rid of monstrous static table and initialize VLCs... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Kostya Shishkov | Remove useless assignment during initialization for... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Wolfram Gloger | Change return type of opt_loglevel() from void to int. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Reimar Döffinger | TrueMotion 2 uses its own YUV-like colourspace, so... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Kostya Shishkov | cosmetics: remove extra space indentation |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Kostya Shishkov | Merge decoding functions for all bitdepths in WavPack... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Michael Niedermayer | Support >8bit per component YUV in FFV1. |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Michael Niedermayer | Force speed irrelevant calls to get/put_symbol() to... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Michael Niedermayer | Optimize sign handling in get_symbol(). |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Michael Niedermayer | Don't loose bits_per_raw_sample when transcoding. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Stefano Sabatini | Make avcodec_thread_init() set the thread count, even... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Carl Eugen... | Make reset_ptr() void. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ivo van Poorten | avoid possibly uninitialized return value |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Kostya Shishkov | Handle WavPack INT32INFO chunks with nonzero post shift |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Kostya Shishkov | Add functions for decoding >16 bits WavPack files. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Laurent Aimar | Shift 9-15 bit samples to use full 16-bit range. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Kostya Shishkov | Display dimensions should not affect the real size... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Remove 2 useless FFMIN(). |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Remove apparently redundant code. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Jai Menon | NSV : Add TOC2 parsing and seeking support. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Benjamin Larsson | Remove redundant code, found by CSA |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Måns Rullgård | configure: support Blackfin CPU names with --cpu |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Andreas Öman | It should be #if, not #ifdef |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Kostya Shishkov | Switch VLC tables in WMV3/VC-1 decoder to new static... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Require 4 instead of 3 frames for detecting mp3, |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Fix 10l typo (usage of PIX_FMT_NE()). |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Update safety check as the maximum pixel size is no... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Michael Niedermayer | Support reading packed YUV422 10bit samples from Sverig... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Stefano Sabatini | Make read_line() do not depend on put_bits.h and speed... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ramiro Polla | Add raw MLP muxer. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ramiro Polla | mlpdec: Don't overallocate buffers. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ramiro Polla | mlpdec: Validate num_primitive_matrices. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ramiro Polla | mlpdec: Validate max_channel and max_matrix_channel. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ramiro Polla | mlpdec: Restart header sync must be 0x31ea for MLP. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Stefano Sabatini | Add missing header inclusion guard. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Stefano Sabatini | Implement a write_line() function. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Stefano Sabatini | Remove consume_whitespace() and replace it with direct... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Jai Menon | Read extended channel configuration when extended AOT... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Kostya Shishkov | Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Kostya Shishkov | 100l: VLC table array should not be const |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Robert Swain | Remove redundant assignment. err is assigned in every... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Fix a possibly exploitable buffer overflow. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Kostya Shishkov | Set flag after VC-1 VLCs are initialized to avoid race... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Kostya Shishkov | Remove some useless assignments and variables found... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Kostya Shishkov | Make RV3/4 VLC tables use new static initialization... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Planar 16bit 420 422 444 YUV support (output is only... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Add 420,422 and 444 planar 16bit per component pix... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Merge gray->gray converters into planarCopy(), this... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Add macro to check for 16bit per sample. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Michael Niedermayer | Make sure src/dst are NULL when they arent used, some... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Michael Niedermayer | Use generic BE check instead of checking for gray16LE. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Michael Niedermayer | add isBE() |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Luca Abeni | Fix crash when receiving from SDP |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Kostya Shishkov | Make rv40 decoder use new static VLC initialization... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Kostya Shishkov | Compact and make constant two tables used by Musepack... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Diego Biurrun | Remove example programs with a wildcard expression. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Justin Ruggles | ac3enc: log a warning message if the channel layout... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Only insert null packets into the video que if there... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Add zygo fourcc. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Indent |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Do not discard truncated packets. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Avoid 100% CPU useage at EOF. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Michael Niedermayer | Make sure that video frames are flushed at EOF. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Justin Ruggles | Add channel layout support to the AC-3 encoder. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Justin Ruggles | Add channel layout support to the AC-3 decoder and... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Justin Ruggles | Check that channel layout is compatible with number... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Diego Biurrun | Mark gsize variable as av_unused, fixes the warning: |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Diego Biurrun | Revert previous removal of gsize variable. It breaks... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Robert Swain | Remove unnecessary assignment, found by CSA. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Kenan Gillet | Add LP zero synthesis filter. Patch by Kenan Gillet. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Michael Niedermayer | Remove 2 useless += at the end of rgb16to15(), found... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | mlpdec: Read context variable to local variable to... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | mlpdec: {}- and whitespace-related cosmetics. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | mlpdec: Use some context arrays with local variables... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | truehd: Simplify rematrix_channels() as per Michael... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | mlpdec: Make read_matrix_params() take unsigned int... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ramiro Polla | mlpdec: Check for {matrix,filter}_changed as soon as... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Justin Ruggles | Add 3 channel layout convenience macros. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Reimar Döffinger | Avoid code duplication in xan_unpack for the final... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Diego Biurrun | Remove unused variable gsize, fixes the warning: |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Måns Rullgård | PPC: check for x-form asm constraint support |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Stefano Sabatini | Rename swscale_avoption.c to options.c. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Stefano Sabatini | Make sws_setColorspaceDetails() return -1 if the destin... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Stefano Sabatini | Move sws_[gs]etColorspaceDetails() documentation from... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Jai Menon | Cosmetics : reindent after last commit and remove redun... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Jai Menon | Add speex tag to nsv_codec_audio_tags. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Jai Menon | Change nsvf_index_data to nsvs_file_offset for increase... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Måns Rullgård | PPC asm for AV_RL*() |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Måns Rullgård | ARM asm for AV_RN*() |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Måns Rullgård | Reorganise intreadwrite.h |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Use sign_extend function instead of reimplementing it. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Remove a useless "& 0xF" |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Use / and % operators instead of reimplementing them... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Change buffer check to avoid an unlikely pointer arithm... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Simplify xan_huffman_decode by using get_bits |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Lars Täuber | Fix indention, patch by Lars Täuber. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Simplify ipvideo_decode_opcodes by using get_bits,... |
commit | commitdiff | tree | snapshot |
next |