summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-05
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-05
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-05
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-05
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-05
* Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger2009-07-05
* fix a buffer overrun on corrupt huffyuv streamsLoren Merritt2009-07-04
* ARM: NEON VP3 IDCTDavid Conrad2009-07-04
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-04
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-04
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-04
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-04
* Use enum CodecID instead of int.Carl Eugen Hoyos2009-07-04
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-04
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-03
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-03
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-03
* Fix indentationReimar Döffinger2009-07-03
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-03
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-03
* Cleanup properly at the end of MPEG Audio parsing.Art Clarke2009-07-02
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-02
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-01
* Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier2009-07-01
* indentMichael Niedermayer2009-07-01
* Make sure we dont read over the end.Michael Niedermayer2009-07-01
* Add an explanation and complete the metadata usage example.Stefano Sabatini2009-07-01
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-01
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-01
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-01
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* Use slightly more appropriate format strings for printing decimal values.Frank Barchard2009-07-01
* Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård2009-07-01
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
* add missing \n to error messageBaptiste Coudurier2009-07-01
* ADPCM: remove unreachable break statement after returnMåns Rullgård2009-07-01
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-01
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-30
* Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard2009-06-30
* ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård2009-06-30
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-30
* Update seek regression checksums due to:Michael Niedermayer2009-06-30
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
* fix slice header checkingStefan Gehrer2009-06-30
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30