]> granicus.if.org Git - handbrake/commit
libhb: add experimental avformat muxer for mkv and mp4
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 30 Jun 2013 20:44:21 +0000 (20:44 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 30 Jun 2013 20:44:21 +0000 (20:44 +0000)
commitba3674603258b9bd9662af2b8f2225f9e9395ca1
tree69cf3e5d77d21f07a57554ae5d1dd2bfa78e7f8b
parentd6fcba15d04322d3b6495cae70b813be5c3243b4
libhb: add experimental avformat muxer for mkv and mp4

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5620 b64f7644-9d1e-0410-96f1-a4d463321fa5
48 files changed:
contrib/ffmpeg/A05-mkv-chapters.patch [new file with mode: 0644]
contrib/ffmpeg/A06-mkv-default-subtitle.patch [new file with mode: 0644]
contrib/ffmpeg/A07-mp4-chapters.patch [new file with mode: 0644]
contrib/ffmpeg/A08-mp4-faststart.patch [new file with mode: 0644]
contrib/ffmpeg/A09-mp4-64bit.patch [new file with mode: 0644]
contrib/ffmpeg/A10-mp4-track-enable.patch [new file with mode: 0644]
contrib/ffmpeg/A11-mp4-chapter-properties.patch [new file with mode: 0644]
contrib/ffmpeg/module.defs
gtk/configure.ac
gtk/module.defs
gtk/src/audiohandler.c
gtk/src/callbacks.c
gtk/src/ghb.ui
gtk/src/hb-backend.c
gtk/src/makedeps.py
gtk/src/queuehandler.c
libhb/common.c
libhb/common.h
libhb/deccc608sub.c
libhb/decmetadata.c
libhb/decpgssub.c
libhb/decssasub.c
libhb/dectx3gsub.c
libhb/decutf8sub.c
libhb/decvobsub.c
libhb/encavcodec.c
libhb/encavcodecaudio.c
libhb/encfaac.c
libhb/enclame.c
libhb/enctheora.c
libhb/encvorbis.c
libhb/encx264.c
libhb/fifo.c
libhb/internal.h
libhb/module.defs
libhb/muxavformat.c [new file with mode: 0644]
libhb/muxcommon.c
libhb/muxmkv.c
libhb/muxmp4.c
libhb/sync.c
libhb/work.c
macosx/Controller.m
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/module.defs
make/configure.py
make/include/main.defs
test/module.defs
test/test.c