summaryrefslogtreecommitdiff
path: root/libavformat/framehook.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove pointless #ifdef CONFIG_VHOOK from the code.Diego Biurrun2008-09-02
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-29
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* an alloc func failing should give ENOMEM anyway.François Revol2007-01-28
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson2005-07-13
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* Added support for a realease function to eliminate the context blocks usedPhilip Gladstone2002-11-30
* renamed libav to libavformatFabrice Bellard2002-11-25