summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-12/+6
2013-10-24golomb: reduce scope of a few variablesVittorio Giovara1-12/+6
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-135/+177
2013-10-23golomb: K&R formatting cosmeticsVittorio Giovara1-136/+178
2013-02-09get_se_golomb: fix decoding of very large valuesMichael Niedermayer1-1/+5
2013-01-18golomb: check log validity before shiftingMichael Niedermayer1-2/+6
2012-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-13/+19
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau3-14/+14
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun16-64/+7
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-78/+91
2012-09-27golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun1-2/+6
2012-06-12golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles1-1/+1
2012-06-06golomb: use av_assertMichael Niedermayer1-7/+7
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-88/+277
2012-02-24golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje1-1/+1
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-199/+565
2012-02-17flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2-1/+10
2012-02-16golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje1-2/+2
2011-12-25golomb: Fix infinite loop in svq3_get_ue_golomb()Michael Niedermayer1-2/+2
2011-12-20golomb: fix end of bitstream checkMichael Niedermayer1-1/+1
2011-11-10golomb: Fix overread in get_ur_golomb_jpegls()Nir Ben David1-0/+2
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-233/+877
2011-10-11h264: fix HRD parameters parsingMans Rullgard2-2/+16
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-09-11Make get_ur_golomb capable of reading 16 bit values.Lars Täuber1-2/+6
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-02-24Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård1-1/+1
2009-02-18Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer1-1/+2
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-23Add get_ue_golomb_31()Michael Niedermayer1-0/+17
2008-09-16Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer1-1/+1
2008-09-15Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer1-1/+1
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla11-34/+34
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-08-15Make the Golomb decoder work for DiracMarco Gerards2-11/+50
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2006-10-22handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov1-0/+4
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-06-24first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer5-0/+581
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
[next]