2009-09-30 |
Reimar Döffinger | Replace several #ifdef PIC with the more obvious and... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Reimar Döffinger | Disable parsing for ogg streams where no ogg header... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Reimar Döffinger | Convert latin1 codec_name in mov to UTF-8, since all... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Kostya Shishkov | When BitsPerSample tag is not present in TIFF, that... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Ruggles | Simplify stereo rematrixing by only using one temporary... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Justin Ruggles | remove unneeded assignment in inner loop. rematrixing... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Stefano Sabatini | Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Diego Biurrun | Remove disabled code cruft. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Michael Kostylev | Fix md5 program invocation for BSD. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Reimar Döffinger | Use context instead of NULL for logging. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Reimar Döffinger | Make sure that dv encoder initializes all encoded packe... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Diego Biurrun | cosmetics: K&R coding style, prettyprinting |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jason Garrett... | Fix indentation in avcodec.h |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Måns Rullgård | WMA: fix loop unrolling in decode_exp_vlc() |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Diego Biurrun | whitespace cosmetics, prettyprinting, K&R coding style |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Reimar Döffinger | Simplify r20025: use align_get_bits instead of reimplem... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Måns Rullgård | WMA: store level_table as floats, use type punning... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Måns Rullgård | WMA: use type punning and unroll loops in decode_exp_vlc() |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Måns Rullgård | WMA: use a table instead of pow() in decode_exp_vlc |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Reimar Döffinger | Sync AC3 probe values with MP3 probe values, they have... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Reimar Döffinger | Extend DV autodetection to also reliably detect single... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anton Khirnov | Add id3v2 metadata conversion table and use it in mp3... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Kostya Shishkov | Make sure all the bits are written to output in fax... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Diego Biurrun | some more linebreak and brace placement cosmetics |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Diego Biurrun | brace placement and linebreak cosmetics |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Robert Swain | Refactor channel element configuration and mapping... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Robert Swain | Reindent after last commit |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Robert Swain | AAC: Add channel layout support for channel configurati... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kostya Shishkov | cosmetics: reindent and reformat function declarations |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kostya Shishkov | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kostya Shishkov | Make TIFF decoder load compression options only for... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Måns Rullgård | ARM: NEON optimised vector_fmul_add |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Måns Rullgård | cosmetics: fix indentation after previous commit |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Måns Rullgård | Drop unused args from vector_fmul_add_add, simpify... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Stefano Sabatini | Remove duplicated / stray code which slipped in with... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Reimar Döffinger | Get rid of "function" "keywords" in lavfilter testing... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Martin Storsjö | Do not compile ZLib data uncompressing function in... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Stefano Sabatini | Implement a lavfitest target for testing regressions... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Måns Rullgård | WMAPRO: use vector_fmul_scalar from dsputil where possible |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Rearrange loop structure for approx. 35-50% faster... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Kostya Shishkov | Looks like ZLib uncompress() cannot deal with some... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Move variable declaration to inside of loop. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Cosmetics: Rename some variables. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Simplify coupling band loop. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Remove unneeded table lookup. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Cosmetics: Rename some variables to be more descriptive... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Move some variable declarations to inside of loops. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Remove unneeded variable. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Cosmetics: Rename some variables to be more descriptive... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Remove some unneeded variables. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Cosmetics: Rename some variables |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | simplify 2 lines into 1 using FFMIN |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Cosmetics: Do some basic pretty-printing. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Simplify by combining increment with array access. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | cosmetics: Rename some variables to be more descriptive... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Move 2 variable declarations to inside of loop. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | simplify by combining increment with array access |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Remove unneeded variable |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Justin Ruggles | Hardcode AC-3 critical band tables when CONFIG_HARDCODE... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Stefano Sabatini | Add a -loglevel command line option to ffserver. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Justin Ruggles | simplify format string for writing pix_fmt string. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Baptiste Coudurier | 100l, typo |
commit | commitdiff | tree | snapshot |
2009-09-26 |
haim alon | Export mov/mp4 major and compatible brands as metadata. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Måns Rullgård | ARM: NEON optimised vector_clipf |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Måns Rullgård | WMA: remove some unused variables |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Måns Rullgård | ARM: NEON optimised vector_fmul_reverse |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Stefano Sabatini | Document the -loglevel option in the ffmpeg man page. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Stefano Sabatini | Add a -loglevel command line option to ffplay. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Reimar Döffinger | Specify maximum sample rate of MLP by defining the... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Kostya Shishkov | Fix decoding of TIFF CCITT RLE compressed data. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Justin Ruggles | Align pix_fmt list by allowing one more char for the... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Remove ff_realloc_static, it is no longer used and... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Reindent. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Remove a piece of code left-over from the removed alloc... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Vitor Sessak | Reindent code folowing previous commit (r20019) |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Vitor Sessak | Factorize duplicated code in at1_imdct_block() |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Maksym Veremeyenko | Allow decoding of 625/50 (PAL) with video_stype==1. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Carl Eugen... | Fix reading VDR files (broken since r19000). |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Kostya Shishkov | Support both LSB and MSB orders for TIFF CCITT G.x... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Alex Converse | Check if a git-svn revision number is available to... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Fix possible buffer over-read in vorbis_comment, fix... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Completely remove INIT_VLC_USE_STATIC, it is deprecated... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Change VLC table creation in x8_vlc_init to use INIT_VL... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Reimar Döffinger | Use INIT_VLC_STATIC where easily possible in svq1dec |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mike Melanson | Make sure that all memory allocations succeed. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Kostya Shishkov | Take into account real number of colours when reading... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Anton Khirnov | id3v2: Add support for UTF-16 encoding. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Anton Khirnov | id3v2: Use 0 instead of '\0'. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Anton Khirnov | id3v2: check for enough space to write full UTF-8 chara... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Reimar Döffinger | Fix format string to match the types printed. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Michael Niedermayer | Make sure priv_data is freed and codec is set to NULL... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Google Chrome | Check submap indexes. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Måns Rullgård | ARM: NEON optimised int32_to_float_fmul_scalar |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Måns Rullgård | AAC: minor simplification in PNS decoding |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Måns Rullgård | configure: fix tms470 flag mapping for soft-float |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Michael Niedermayer | Make error return sign consistent. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Google Chrome | Check begin/end/partition_size. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Google Chrome | Fix >= vs > check of coded_fragment_list_index. |
commit | commitdiff | tree | snapshot |
next |