2008-07-26 |
Vitor Sessak | Give the context structure of ra288 a better name:... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Peter Ross | add sample_fmts infrastructure: AVCodec->sample_fmts... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Peter Ross | Include 32-bit PCM description |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Peter Ross | Support 32-bit floating point audio samples in Sun... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Peter Ross | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Michael Niedermayer | chroma_format_idc=0 aka grayscale support. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Alexander Strange | Add a new -debug option for tracing calls to the defaul... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Revert r14404 |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove another 2 incorrect checks. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Print an error if a reference picture is missing. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove mysterious ref->data[0] check. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | 10l typo, fix compilation |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove another stupidity, long_ref==0 check 4 lines... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Rewrite fill_default_ref_list(), the old code was obfus... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Jason Garrett... | Improve documentation about -bt option |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Do not scare the user with error messages when everythi... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Make remove_short() match remove_long() in that it... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Removing yet another weird field pic special case, |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Make remove_long() call unreference_pic() internally. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Merge oddly duplicated remove_long/remove_long_at_index... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove strange long_ref=0. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | 10000l, forgotton } |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove another of these obfuscated special cases for... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Simplify mmco setup code used in IDR pictures. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Remove redundant h->mmco_index= 0. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Assert that long_ref has been cleared for released... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Clear long_ref when a frame is no longer a long_ref. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Make sure mmco index is 0 (instead of uninitialized... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Guillaume Poirier | compilation fix with GCC 4.0.1 on MacOSX tiger, broken... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Joakim Plate | Fix handling of old nuv files where an aspect of 1... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Michael Niedermayer | Simplify strange obfuscated code in MMCO_LONG handling. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Set field_poc (it was half uninitialized before) and... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Minor simplification of code in init_poc(). |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | cosmetics (indent and 2 empty lines) |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | init_poc() vs. idr() cleanup |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | cosmetics: typo fixes |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Joakim Plate | aspect stored in nuv files must be converted from displ... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Fix tiny_psnr so it compares all bytes (it did skip... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Fix loop filter with CAVLC 8x8dct. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | cosmetics: Fix two common typos: wont --> will not... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | cosmetics: typo/grammar fixes |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | cosmetics: Fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | Fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | Remove AltiVec vector declaration compiler compatibilit... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Fix segfault with non existing input files. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Cosmetics: grammar nits |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | misc spelling/grammar fixes |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Diego Biurrun | Remove AltiVec vector declaration compiler compatibilit... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
John Schmiederer | Use tkhd matrix for proper display in mov. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Rename update() function to backward_filter() and add... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Rename and comment bandwidth broadening tables |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Follow FFmpeg convention of returning negative values... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Rename pred() to eval_lpc_coeffs() and add a doxy comment |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Give windowing tables a more descriptive name |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Add comments to do_hybrid_window() |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Give parameters of do_hybrid_window() more meaningful... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Rename co() function to the much more descriptive name of |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Simplify co(): write constant in a more readable way |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Vitor Sessak | Simplify co(), use memcpy/memmove and colmult() when... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Michael Niedermayer | Reset prev_frame_num for idr frames as required by... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | Better explanation for buf_size==0 code. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Kostya Shishkov | SMPTE 421M Annex L (aka .rcv) muxer |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | 100l cross_idr simplification had a typo |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | Remove truncated support, use an AVParser if you used... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | Simplify cross_idr calculation. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Benjamin Larsson | Reduce the loglevel on a log message in the Nellymoser... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | Remove redundant keyframe checks. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Luca Abeni | Reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Luca Abeni | Do not rescale AV_NOPTS_VALUE in output_example.c |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Kostya Shishkov | In-loop deblocking filter for VC-1 decoder |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Vitor Sessak | My commit at r14340 was not the right solution. For... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Vitor Sessak | Do declaration and initialization separately in elbg.c |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Vitor Sessak | When picking a "high utility centroid" do not pick one |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Vitor Sessak | The codebook generator algorithm involves picking three |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Michael Niedermayer | Support gaps in the frame num. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Michael Niedermayer | Reset frame_num for MMCO 5. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Michael Niedermayer | 3rd try to get the loop filter ref/mv check working... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Michael Niedermayer | qscale has a range of 0..51 we thus do not need a 256... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Michael Niedermayer | Setting chroma_qp to 0 for PCM blocks is really an... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Michael Niedermayer | Deobfusate chroma_qp_table[1] init code. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
tripp | Enhance qblur and qcomp documentation. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Carl Eugen... | Revert r13542: Spatial direct mode probably also works... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Loop filtering with multiple slice types fix. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Stefano Sabatini | Make configure --help document the --enable-debug option. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
tripp | Add complete listing of bitstream filters and 2 example... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
tripp | Correct b_quant offset comment in avcodec.h, it is... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Diego Biurrun | Move --disable-debug to a better place within configure... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Use slice_type_nos instead of slice_type where it makes... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | SI/SP slice support. (not bitexact) |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Remove superfluous (). |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Simplify slice type checks. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | More correct ref comparison in the loop filter. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | fix memleak |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Cleanup, use av_freep() instead of av_free(x); x=NULL |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Erik Hovland | Check the allocated pointer instead of the given pointe... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
tripp | Clarify -minrate/-maxrate description in the documentation. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Simplify spatial direct ref selection with FFMIN3() |
commit | commitdiff | tree | snapshot |
next |