20365 Commits (4546bf4116b97d98b6b8380c7bc85a209dfe707c)
 

Author SHA1 Message Date
  Stefano Sabatini edb501c45b Add an explanation and complete the metadata usage example. 16 years ago
  Michael Niedermayer dec14949a6 Make arguments of av_set_pts_info() unsigned. 16 years ago
  Måns Rullgård ec62d942ea Fix potentially unaligned accesses in ff_copy_bits() 16 years ago
  Baptiste Coudurier f7f1eb6cc9 simplify slice_end, return size of output frame 16 years ago
  Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
  Frank Barchard 06a497afab Use slightly more appropriate format strings for printing decimal values. 16 years ago
  Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 16 years ago
  Måns Rullgård 4a30fff60d Fix argument type mismatches for av_picture_crop and av_picture_fill 16 years ago
  Baptiste Coudurier fb0a835ff4 add missing \n to error message 16 years ago
  Måns Rullgård 6816f8b8e4 ADPCM: remove unreachable break statement after return 16 years ago
  Måns Rullgård 300ad6c16e ARM: use gcc inline asm in bswap.h only when available 16 years ago
  Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago
  Frank Barchard cb28f95454 Use more portable 'PRId64' instead of 'llx' as conversion/length specifier. 16 years ago
  Måns Rullgård d6ced96317 ARM: enable fast_unaligned when --cpu=armv[67] is specified 16 years ago
  Reimar Döffinger 8d8409ca9f Fix nalsize check to avoid an integer overflow that made the check 16 years ago
  Michael Niedermayer 0444a8c534 Update seek regression checksums due to: 16 years ago
  Baptiste Coudurier b399b932b7 cosmetics, change case and comments alignment 16 years ago
  Baptiste Coudurier 61f9e3c16a correctly compute frame flags with closed gop 16 years ago
  Stefan Gehrer 470de55aa1 fix slice header checking 16 years ago
  Michael Niedermayer 822d0a6e0c Drop code that attempts to decode frames that are prefixed by junk. 16 years ago
  Kostya Shishkov f3ac96e4d8 Support RGB48 PNG decoding 16 years ago
  Michael Niedermayer 2073fc84ff Rewrite mp3 parser. New code is much simpler and does not drop 16 years ago
  Alex Converse ad92558754 Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). 16 years ago
  Måns Rullgård 07a8eef699 Fix build on Net/OpenBSD 16 years ago
  Stefano Sabatini 4e622deaab Cosmetics: group together indev/outdev dependencies. 16 years ago
  Ronald S. Bultje 684aa30251 Add doxy to av_log_missing_feature() etc. stating that the function is 16 years ago
  Ronald S. Bultje 4811f89bc6 Move av_log_missing_feature() from the internal.h to the public avcodec.h 16 years ago
  Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
  Stefano Sabatini 38e54a75ab Make the configure script select the input/output devices using 16 years ago
  Michael Niedermayer d004179e19 indent 16 years ago
  Michael Niedermayer 3fd5a75b07 id3v2.4.0 uses syncsafe integers for sizes of frames. 16 years ago
  David Conrad 29024501b7 Revert r19149 "Disable native Vorbis encoder" 16 years ago
  Stefano Sabatini 2b75bde648 Remove inconsistent use of a @brief command in av_write_trailer() 16 years ago
  Stefano Sabatini d1b9adf252 Use consistently the third person in doxy, as recommended by the 16 years ago
  Stefano Sabatini 5227bd63a6 Fix braino. 16 years ago
  Carl Eugen Hoyos a3a55b7848 Icc does not support attribute flatten, do not try to use it. 16 years ago
  Stefano Sabatini 39a4f14643 Update ffmpeg documentation regarding metadata setting. -title, 16 years ago
  Carl Eugen Hoyos da4c2dab17 Remove superfluous const. 16 years ago
  Carl Eugen Hoyos a10de6dc4b Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: 16 years ago
  Carl Eugen Hoyos 06be9d9d8e Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. 16 years ago
  Vladimir Voroshilov d266709055 Pitch delay decoding 16 years ago
  Vladimir Voroshilov 2b0691349f Replace pitch_delay_int array with single variable. 16 years ago
  Jason Garrett-Glaser 01a3c821a2 Handle variable input stream pixfmts using the same framework introduced 16 years ago
  Stefano Sabatini c2b3565e4a Only link against alsa if enabled. 16 years ago
  Adrian Stutz 30b1fff69c Only checks for jack if it is enabled and hence only links to jack if 16 years ago
  Diego Biurrun 8b1a644177 AltiVec code and runtime cpudetect do not require CONFIG_GPL. 16 years ago
  Michael Niedermayer 1cd4422163 Fix id3v2.2 frame size parsing. 16 years ago
  Michael Niedermayer 47f42aec38 Fix id3v2.3/4 tag size parsing. 16 years ago
  Baptiste Coudurier 57011a13d6 use AVFormatContext->probesize in av_find_stream_info and raise default to 5M 16 years ago
  Baptiste Coudurier d23612efe1 Only set CODEC_ID_PROBE when a packet from a stream having a PES header 16 years ago