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
2012-03-23bitstream: build_table, check table_nb_bits.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-09-28bitstream: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-11bitstream: Properly promote av_reverse values before shifting.Alex Converse
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-04-01Fix undefined behavior in ffv1 with insane widths.Michael Niedermayer
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