273 Commits (165cc6fb9defcd79fd71c08167f3e8df26b058ff)

Author SHA1 Message Date
Andrey Utkin 4f820131fa mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Mans Rullgard 05795f35be mpegvideo_enc: fix a signed overflow 13 years ago
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
Anton Khirnov 4bcee8e7f8 h263/p encoder: add 'structured_slices' private option. 13 years ago
Anton Khirnov 0d904de89d h263/p encoder: add 'obmc' private option. 13 years ago
Anton Khirnov e3922d1110 h263p encoder: add 'aiv' private option. 13 years ago
Anton Khirnov 9bb2d1a3f0 h263p encoder: add 'umv' private option. 13 years ago
Anton Khirnov 0e5d37309f mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. 13 years ago
Anton Khirnov 4623420d84 mpeg4enc: add 'data_partitioning' private option. 13 years ago
Anton Khirnov 88262ca87d mpeg2enc: add 'non_linear_quant' private option 13 years ago
Anton Khirnov 297d9cb3dc mpeg12enc: add intra_vlc private option. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard 0d5c349ac4 put_bits: remove ALT_BITSTREAM_WRITER 14 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Ronald S. Bultje 83a8b3002f mpegvideoenc: fix multislice fate tests with threading disabled. 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
Anton Khirnov 57aa765971 lavc: remove msmpeg4v1 encoder. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Christophe Massiot 55bad0c602 Pass VBV delay to the calling application via ctx 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Mans Rullgard aa61e39eac Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions 14 years ago
Diego Elio Pettenò 1d4da6a460 Make denoise_dct_c and dct_quantize_trellis_c static. 14 years ago
Stefano Sabatini 2d777bb7a2 Make mpeg4 encoder log a more explicit error message when the timebase 14 years ago
Michael Niedermayer db61329607 Our ljpeg encoder supports bgra, use the correct constant in the sanity check. 14 years ago
Michael Niedermayer dc8465a9b4 Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... 14 years ago
Michael Niedermayer e27bf2c70c Fix YUV444P LJPEG encoding. 14 years ago
Baptiste Coudurier 35e33b9aac 10l fix h263 encoder resolution test, array size is 8 not 7 14 years ago
Michael Niedermayer 53eb458a72 Fix rv20 encoding so the binary decoder can decode it. 14 years ago
James Darnley 8d39fbd6d9 Allow mpeg encoding with qscale and very low frame rate. 14 years ago
Måns Rullgård b33451eeac Check rc_buffer_size value using integer arithmetic 14 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Pavel Pavlov be548816dc Always check if ff_alloc_picture() succeeds. 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Michael Niedermayer 6506c3d2b2 Support intra_dc_precision>8 in jpeg 15 years ago
Michael Niedermayer bd57cae86f use mpeg2 quantization bias for mjpeg. 15 years ago