summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Support RGB48 PNG decodingKostya Shishkov2009-06-30
* Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer2009-06-30
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
* Fix build on Net/OpenBSDMåns Rullgård2009-06-29
* Cosmetics: group together indev/outdev dependencies.Stefano Sabatini2009-06-29
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* indentMichael Niedermayer2009-06-29
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-29
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-29
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-28
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-28
* Fix braino.Stefano Sabatini2009-06-28