Mercurial > libavcodec.hg
graph
-
Remove internal liba52; external lib still works, native decoder coming up. libavcodec2007-02-11, by diego
-
factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodec2007-02-09, by michael
-
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodec2007-02-09, by michael
-
Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodec2007-02-08, by lucabe
-
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodec2007-02-07, by reimar
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodec2007-02-06, by michael
-
B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodec2007-02-06, by kostya
-
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodec2007-02-05, by diego
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodec2007-02-01, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodec2007-01-30, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodec2007-01-30, by takis
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodec2007-01-29, by takis
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodec2007-01-29, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodec2007-01-28, by reimar
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodec2007-01-27, by lu_zero
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodec2007-01-25, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodec2007-01-25, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodec2007-01-25, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodec2007-01-25, by banan
-
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodec2007-01-24, by gpoirier
-
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodec2007-01-24, by gpoirier