История коммитов

Автор SHA1 Сообщение Дата
  Anton Khirnov 47953c33ea lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 лет назад
  Ronald S. Bultje 83a8b3002f mpegvideoenc: fix multislice fate tests with threading disabled. 13 лет назад
  Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 13 лет назад
  Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 лет назад
  Anton Khirnov 57aa765971 lavc: remove msmpeg4v1 encoder. 14 лет назад
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 лет назад
  Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 лет назад
  Christophe Massiot 55bad0c602 Pass VBV delay to the calling application via ctx 14 лет назад
  Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 лет назад
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 лет назад
  Mans Rullgard aa61e39eac Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions 14 лет назад
  Diego Elio Pettenò 1d4da6a460 Make denoise_dct_c and dct_quantize_trellis_c static. 14 лет назад
  Stefano Sabatini 2d777bb7a2 Make mpeg4 encoder log a more explicit error message when the timebase 14 лет назад
  Michael Niedermayer db61329607 Our ljpeg encoder supports bgra, use the correct constant in the sanity check. 14 лет назад
  Michael Niedermayer dc8465a9b4 Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... 14 лет назад
  Michael Niedermayer e27bf2c70c Fix YUV444P LJPEG encoding. 14 лет назад
  Baptiste Coudurier 35e33b9aac 10l fix h263 encoder resolution test, array size is 8 not 7 14 лет назад
  Michael Niedermayer 53eb458a72 Fix rv20 encoding so the binary decoder can decode it. 14 лет назад
  James Darnley 8d39fbd6d9 Allow mpeg encoding with qscale and very low frame rate. 14 лет назад
  Måns Rullgård b33451eeac Check rc_buffer_size value using integer arithmetic 14 лет назад
  Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 14 лет назад
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 лет назад
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 лет назад
  Pavel Pavlov be548816dc Always check if ff_alloc_picture() succeeds. 15 лет назад
  Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 лет назад
  Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 лет назад
  Michael Niedermayer 6506c3d2b2 Support intra_dc_precision>8 in jpeg 15 лет назад
  Michael Niedermayer bd57cae86f use mpeg2 quantization bias for mjpeg. 15 лет назад
  Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 лет назад
  Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 лет назад
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 лет назад
  Alexander Strange 7ffd8332c7 Add missing internal.h to files calling ff_match_2uint16(). 15 лет назад
  Michael Niedermayer c46eeae2a8 Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 лет назад
  Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 лет назад
  Michael Niedermayer 6a14a15722 Move forgotton "AVCodec flv_encoder" over to flvenc.c. 15 лет назад
  Michael Niedermayer eb52376915 Split out flv encoding. 15 лет назад
  Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 15 лет назад
  Diego Biurrun f34121f351 Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. 15 лет назад
  Michael Niedermayer 954a0b482a Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. 15 лет назад
  Michael Niedermayer a1a63143f1 Cosmetic (restructure RGB ljpeg check to be more readable) 15 лет назад
  Michael Niedermayer 401e0a74bd 10l, Fix YUV ljpeg that i just broke by mistake. 15 лет назад
  Michael Niedermayer e0b176adff Fix RGB LJPEG encoding. 15 лет назад
  Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 15 лет назад
  Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 лет назад
  Stefano Sabatini b0bef34209 Add additional long names for the Flash Video decoder and encoder. 15 лет назад
  Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 лет назад
  Michael Niedermayer b52b0913c2 Check for thread_count==0. 15 лет назад
  Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 лет назад
  Diego Biurrun 0bd485300e Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. 15 лет назад