49 Commits (bf52f773913cf74bdf0d2c8c2cb4473fa1b7801e)

Author SHA1 Message Date
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 91f9b6579a flashsvenc: Keep coded_frame.key_frame a write-only variable 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Anton Khirnov d56a114adc flashsvenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anton Khirnov 0ecf54f9dc flashsvenc: switch to encode2(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 13 years ago
Diego Biurrun 86e8272a23 flashsvenc: replace bitstream description by a link to the specification 14 years ago
Diego Biurrun 20a6f210cd flashsvenc: drop unnecessary cast 14 years ago
Diego Biurrun 0686515cb4 flashsvenc: improve some variable names and fix corresponding comments 14 years ago
Diego Biurrun 59ef6bded5 flashsvenc: merge two consecutive if-conditions 14 years ago
Diego Biurrun 12e9bf3e84 flashsvenc: merge variable declarations and initializations 14 years ago
Diego Biurrun b88523c25d flashsvenc: convert some debug av_log() to av_dlog() 14 years ago
Diego Biurrun 3d5669c6e9 flashsvenc: whitespace cosmetics 14 years ago
Diego Biurrun 4877356d8f flashsvenc: drop some unnecessary parentheses 14 years ago
Diego Biurrun 36ba39d140 flashsvenc: fix some comment typos 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun a14c08247d flashsv: Return more meaningful error values. 14 years ago
Diego Biurrun 46cb2da1f0 flashsv: Employ explicit AVCodec struct initializers. 14 years ago
Diego Biurrun 293fe6da01 cosmetics: K&R coding style and more whitespace for Flash Screen Video 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 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
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Benjamin Larsson c17a53b71f Use FFABS instead of abs. 18 years ago
Benjamin Larsson 54353abef2 Remove lots of unused commented code. (Cleanup) 18 years ago
Benjamin Larsson 3bcb658c36 Change default 1 pass blocksize to 64x64. 18 years ago
Benjamin Larsson d2bc04738b Added support for instances where linesize[0] is negative. 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Benjamin Larsson 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 years ago
Benjamin Larsson 64472fcff1 Simplify, use avctx->frame_number. 18 years ago
Benjamin Larsson b6607559af Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. 18 years ago
Benjamin Larsson 21f6aa108f Remove debug line. 18 years ago
Benjamin Larsson 8adc51f2ad Add flashsv encoder to changelog and fix the encoder so it actually works. 18 years ago
Benjamin Larsson 053185c2fa Flash screen video encoder. 18 years ago