aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* cosmetics: reindentation and braces removalGravatar nicodvb2007-01-28
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...Gravatar nicodvb2007-01-28
* stray fflush spotted by AurelGravatar lu_zero2007-01-28
* fix a segfault if -x264encopts is the last commandline option (with no argument)Gravatar lorenm2007-01-28
* Fix base64_encode() max output length checking.Gravatar uau2007-01-28
* Make example and test build and link correctlyGravatar lu_zero2007-01-28
* av_logifyGravatar lu_zero2007-01-28
* Doxygen comments for used DirectShow methods.Gravatar voroshil2007-01-28
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* fix endianess, see bug #727Gravatar lu_zero2007-01-28
* 10l: screen_height calculation was using an uninitialized variableGravatar faust32007-01-28
* Fix number of rows in interlaced mode.Gravatar reimar2007-01-28
* Accept rdt packets with "is-reliable" flag setGravatar rtogni2007-01-28
* 10l, confused current "frame" with canvas width.Gravatar reimar2007-01-28
* set has_valid_timestamps and corresponding first and final pts only afterGravatar nicodvb2007-01-28
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisGravatar reimar2007-01-28
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...Gravatar reimar2007-01-28
* Call real_fix_timestamp() after seeking, to avoid video freezing Gravatar rtogni2007-01-27
* fix overlooked debug messageGravatar voroshil2007-01-27
* Changing debug messages and renaming method names according to theirGravatar voroshil2007-01-27
* fix typos from previous commitGravatar voroshil2007-01-27
* Cosmetics. Doxygen comments.Gravatar voroshil2007-01-27
* synced up to r21221Gravatar ptt2007-01-27
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16Gravatar reimar2007-01-27
* Simplify and make lzo decompression code more similar to zlib one.Gravatar reimar2007-01-27
* Forgotten free on errorGravatar reimar2007-01-27
* r21989: fix typoGravatar voroshil2007-01-27
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...Gravatar reimar2007-01-27
* synced up to r21906Gravatar ptt2007-01-27
* Handle mp_msg_charset == NULL correctly in filename_recode.Gravatar reimar2007-01-27
* Cosmetics: remove tabs, almost all added during last patch, fromGravatar reimar2007-01-27
* synced with r22016Gravatar Gabrov2007-01-26
* fastmemcpy.h always has to include inttypes.h on systems that need it.Gravatar diego2007-01-26
* filename double-conversion, especially usefull for CJK users :-)Gravatar gpoirier2007-01-26
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":Gravatar gpoirier2007-01-26
* get rid of void pointer arithmetic, as spotted by ICCGravatar gpoirier2007-01-26
* Do not create font subdir of data directory, bitmap font support is deprecated.Gravatar diego2007-01-25
* Remove confusing line about forcing MP3 demuxing.Gravatar diego2007-01-25
* Remove comment printed by -demuxer help, it belongs in the copyright header.Gravatar diego2007-01-25
* Clarify -delay.Gravatar diego2007-01-25
* Remove ff_gcd prototype and include avutil.h instead where it is defined.Gravatar reimar2007-01-25
* 10l to Gabrov for breaking docs build.Gravatar rathann2007-01-25
* build fix: Disable libtheora encoding over lavc.Gravatar diego2007-01-25
* Sync with FFmpeg r7699.Gravatar diego2007-01-25
* Simplify conditional compilation handling.Gravatar diego2007-01-25
* Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.Gravatar diego2007-01-24
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Quote some expressions, might help with some shells.Gravatar diego2007-01-24
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Fix compilation if no libogg/libvoribs installedGravatar rtogni2007-01-24