33666 Commits (294ea2cfc6ac489a533904e1ca650ee8fddfa311)
 

Author SHA1 Message Date
  JULIAN GARDNER 294ea2cfc6 dvbsub: add comments 14 years ago
  JULIAN GARDNER 8a6799d205 dvbsub: add dvb_encode_rle8() 14 years ago
  JULIAN GARDNER 7fa1f02ce2 dvbsub: Move setting of *dvb_encode_rle() up 14 years ago
  JULIAN GARDNER d5f4857a73 dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its useless if false. 14 years ago
  Carl Eugen Hoyos 5a563c6319 Support H264 from QNAP Systems. 14 years ago
  Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 14 years ago
  Stefano Sabatini 1d0afec8fc ffprobe: add AVClass to writers 14 years ago
  Michael Niedermayer bd4ebbbbed Merge remote-tracking branch 'qatar/master' 14 years ago
  Michael Niedermayer 4b9e9a57ee proresdec: rename to avoid confusion 14 years ago
  Ronald S. Bultje 05c8f119cc proresdsp: fix function prototypes. 14 years ago
  Ronald S. Bultje f78cd0c243 prores-idct: fix overflow in c code. 14 years ago
  Janne Grunau 8aa80ec5e3 fate: update prores-alpha ref after changing pix_fmt to yuv444p10le 14 years ago
  Janne Grunau 19ec283f49 prores: add missing feature warning for alpha 14 years ago
  JULIAN GARDNER 0f8d77199a dvbsubdec: add version checking 14 years ago
  JULIAN GARDNER 1fc7b0ed5a dvbsubdec: handle mode change page state 14 years ago
  JULIAN GARDNER 168a5d3b3c dvbsubdec: change the top_bottom correction 14 years ago
  JULIAN GARDNER f12c7ad86d dvbsubdec: fix buf ptr in dvbsub_parse_region_segment() 14 years ago
  JULIAN GARDNER 7e0f4f9d0f dvbsubdec: bottom_field_len fix 14 years ago
  JULIAN GARDNER 55f17d3175 dvbsubdec: fix x/y_pos checks 14 years ago
  JULIAN GARDNER 24fb1b64a6 dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block() 14 years ago
  JULIAN GARDNER b522d2a3b7 dvbsubdec: dirty handkling 14 years ago
  JULIAN GARDNER eea064aea6 dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string() 14 years ago
  Michael Niedermayer 337496980e prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits 14 years ago
  Alex Converse 7ad06beb2c mov: 10l: Terminate string with 0 not '0' 14 years ago
  Alex Converse 8fb22c3d47 mov: Prevent illegal writes when chapter titles are very short. 14 years ago
  Diego Biurrun f492df0927 prores: add appropriate -fix_fmt parameter to FATE command 14 years ago
  Michael Niedermayer 530d8529d0 fate: enable the prores tests 14 years ago
  John Brooks 2c4e08d893 riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header 14 years ago
  Dustin Brody 582f231142 lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field 14 years ago
  Dustin Brody ac90a71459 lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER 14 years ago
  Michael Niedermayer 91eb1b1525 Merge remote-tracking branch 'qatar/master' 14 years ago
  Michael Niedermayer 90705aabe1 cmdutils.h: Project name cleanup 14 years ago
  Michael Niedermayer e9adeeec98 cmdutils: Fix loglevel for -debug 14 years ago
  Michael Niedermayer 8937afd39f proresdec: set CODEC_CAP_DR1, it appears this was forgotten. 14 years ago
  Michael Niedermayer da31e537c4 opt: handle AV_OPT_TYPE_CONST too 14 years ago
  Diego Biurrun a62d36697d prores: add FATE tests 14 years ago
  Diego Biurrun c4a378855e id3v2: reduce the scope of some non-globally-used symbols/structures 14 years ago
  Diego Biurrun 3b78c180e4 id3v2: cosmetics: move some declarations before the places they are used 14 years ago
  Justin Ruggles 617a51f9b7 shorten: remove the flush function. 14 years ago
  Justin Ruggles e32dfdaa8d shn: do not allow seeking in the raw shn demuxer. 14 years ago
  Justin Ruggles b631fba936 avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. 14 years ago
  Justin Ruggles 050e20aee6 avformat: update AVInputFormat allowed flags 14 years ago
  Justin Ruggles 0041cdba98 avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. 14 years ago
  Justin Ruggles c6ac30c84b truespeech: use sizeof() instead of hardcoded sizes 14 years ago
  Justin Ruggles 6d55506c8b truespeech: remove unneeded variable, 'consumed' 14 years ago
  Justin Ruggles b84048935e truespeech: simplify truespeech_read_frame() by using get_bits() 14 years ago
  Justin Ruggles 5e5ce70f19 truespeech: decode directly to output buffer instead of a temp buffer 14 years ago
  Justin Ruggles 3e7a176759 truespeech: check to make sure channels == 1 14 years ago
  Justin Ruggles a8f8db2636 truespeech: check for large enough output buffer rather than truncating output 14 years ago
  Justin Ruggles 595cf1a1aa truespeech: remove unneeded zero-size packet check. 14 years ago