22439 Commits (e814817b74bfd9f003a69a92d3e208fe36c78cec)
 

Author SHA1 Message Date
  Diego Biurrun 7c5417ef36 Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. 16 years ago
  Diego Biurrun 547fc46ca7 Remove pointless CONFIG_MLP_DECODER preprocessor check. 16 years ago
  Diego Biurrun c46b024ed3 Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. 16 years ago
  Diego Biurrun 2cca233bc9 The MLP decoder depends on the MLP parser. 16 years ago
  Diego Biurrun aec09a004c Enable the TrueHD decoder when the MLP decoder is enabled. 16 years ago
  Diego Biurrun 5b423887f4 Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. 16 years ago
  Carl Eugen Hoyos a80459fdf3 Fix colours for QT JPEG2000, fixes issue 1540. 16 years ago
  Carl Eugen Hoyos 484d146416 Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. 16 years ago
  Diego Biurrun f1e946943a Declare AAC parser dependencies in configure. 16 years ago
  Diego Biurrun 0788ac67e0 The S/P-DIF muxer depends on mpeg4audio.o. 16 years ago
  Diego Biurrun f95bfab05c Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. 16 years ago
  Gwenole Beauchesne 9caa7ba48d Add myself as VAAPI maintainer. 16 years ago
  Gwenole Beauchesne 07c9f6f673 Add H.264 bitstream decoding through VAAPI. 16 years ago
  Diego Biurrun 5f000d5f38 vc1_parser.o does not depend on h263dec.o and intrax8.o. 16 years ago
  Michael Dorr 322aa1e2d8 Do not explicitely set thread_count in the codec context. 16 years ago
  Stefano Sabatini de4898a229 Set thread_count in the decoder before to open it. 16 years ago
  Diego Biurrun a8beb22f4d Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. 16 years ago
  Diego Biurrun 4414137eba Declare dependencies for H.263 family decoders in configure. 16 years ago
  Diego Biurrun 7f647ae0b1 Declare the dependency of the H.263 decoder on the H.263 parser in configure. 16 years ago
  Diego Biurrun f34121f351 Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. 16 years ago
  Diego Biurrun 3f35415df7 cosmetics: Remove pointless '#if 1' preprocessor directives. 16 years ago
  Gwenole Beauchesne e6d3534f9c Use VA_INVALID_ID instead of hard coded values. 16 years ago
  Gwenole Beauchesne c373f61ddb Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to there. 16 years ago
  Luca Abeni d3d1eae659 Remove a useless local variable. 16 years ago
  Luca Abeni cd7bfe4079 Remove outdated comment 16 years ago
  Luca Abeni b3fbe02c86 Remove an unneeded local variable. 16 years ago
  Diego Biurrun c887b30d79 Remove unused variable, fixes the warning: 16 years ago
  Diego Biurrun 786386280e Mark conditionally used variable as av_unused, fixes the warning: 16 years ago
  Gwenole Beauchesne 8b0867121e Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). 16 years ago
  Gwenole Beauchesne 36ad2b3ee0 Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). 16 years ago
  Luca Abeni 6399c17d54 Use different dynamic payload types for audio and video. 16 years ago
  Michael Niedermayer bac24dd2a5 2nd try on documenting av_gcd(). 16 years ago
  Diego Biurrun 43ad88e5c0 Remove commented-out debug console output. 16 years ago
  Diego Biurrun 5ddd075daf cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. 16 years ago
  Kostya Shishkov da93766858 16-bit Interplay video does not need palette control 16 years ago
  Michael Niedermayer 03703cb3d1 Document av_gcd(). 16 years ago
  Kostya Shishkov a69be798dc Add missing opcodes for 16-bit Interplay Video decoding and finally enable it 16 years ago
  Kostya Shishkov dcfb0cad68 16-bit Interplay Video stores motion vector data at the end of frame, 16 years ago
  Kostya Shishkov e09cdc7206 10l trocadero: forgot one case where picture linesize should be used 16 years ago
  Kostya Shishkov 5b8ebb3f41 cosmetics: reindent and break long lines after last commits 16 years ago
  Kostya Shishkov 5a8cf39e31 Add 16-bit image data handling (but not decoding yet) to Interplay Video 16 years ago
  Kostya Shishkov 80fec3ffd0 Use frame linesize in Interplay Video block copying function 16 years ago
  Kostya Shishkov 80ca19f766 Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with 16 years ago
  Kostya Shishkov 8badb23e22 Recognize 16-bit Interplay Video variant 16 years ago
  Kostya Shishkov 9156a5ad72 Change main loop in Interplay Video decoder, so variables x and y really mean 16 years ago
  Diego Biurrun 66d23c968c Use common regression test functions in ffserver regression test script. 16 years ago
  Diego Biurrun 3d1470649c Replace ` ` syntax by $( ) in regression test shell scripts. 16 years ago
  Reimar Döffinger b03a63d16a Fix cdg reference and buffer_hints value: 16 years ago
  Luca Abeni f877954fd3 Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. 16 years ago
  Michael Niedermayer 37ce3d6ba7 Do not copy codec_tag in stream copy case if it is associated with a different codec_id 16 years ago