Hi all,

This set of 7 patches enables the use of recent ffmpeg with the master
of monty's branch.

This enables direct loading of .MTS files produced by Panasonic HD
camcorders - 1920x1080p @ 50fps non-interlaced!

The patches retain monty's code with AVCODEC_VERSION_INT < 53.38.0.

Patch_01 : ifdef out the av_init() and av_thread_init() calls not
required by the newer versions.

Patch_02 : this patch enables use of git20121226 version of ffmpeg. It
ifdefs out some ID constants removed in the     recent versions and
some structure member renames.

Patch_03: use avcodec_decode_video2 instead of vanished avcodec_decode_video

Patch_04: use avcodec_decode_audio3 (deprecated) instead of
avcodec_decode_audio2

Patch_05: Renamed SampleFormat enum and constants

Patch_06: Stream type constant renamed, and change
av_get_bits_per_sample_format to av_get_bytes_per_sample

Patch_07: open/close functions change

Arvind
_______________________________________________
Cinelerra mailing list
[email protected]
https://lists.skolelinux.org/listinfo/cinelerra

Reply via email to