Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-15bitstream: Check the result of av_malloc()Diego Biurrun
2013-06-16bitstream: forward error values and drop few abort()Luca Barbato
2013-06-16bitstream: K&R formatting cosmeticsLuca Barbato
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-09-09Rename ff_put_string to avpriv_put_stringMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-07-02put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-06-11bitstream: Properly promote av_reverse values before shifting.Alex Converse
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-05-13change a variable-length array to a malloc.Loren Merritt
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-29indentLoren Merritt
2010-03-29optimize init_vlc().Loren Merritt
2010-02-21indentMåns Rullgård
2010-02-21Avoid negative shifts in build_table()Måns Rullgård
2009-11-30Use more consistent / meaningful parameter names for theStefano Sabatini
2009-09-25Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger
2009-09-25Reindent.Reimar Döffinger
2009-09-25Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger
2009-09-24Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger
2009-07-01Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-11Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini
2009-03-21Remove deprecated functions and structures on next version bump.Diego Biurrun
2009-03-10Fix unaligned access in ff_copy_bits()Måns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-06-26move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer
2008-05-31unusedMichael Niedermayer
2008-05-31As *_static are not deallocated anymore except on program terminationMichael Niedermayer
2008-05-31unusedMichael Niedermayer
2008-05-31Remove non C code.Michael Niedermayer
2008-05-31Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer
2008-05-30Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer
2008-03-21Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng
2008-02-04constMichael Niedermayer
2007-07-28Ahem, fix typos overlooked in last commit.Diego Biurrun
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-08simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs
2007-07-06simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs