summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-25configure.ac: Dev mode.BRANCH-GSTREAMER-0_8Ronald S. Bultje2-1/+8
2005-10-25Release 0.8.7.RELEASE-0_8_7Ronald S. Bultje4-19/+46
2005-10-21Update snapshot to thu 10/20 evening (EST/GMT-5). Adds QDM2 and truemotion2 d...Ronald S. Bultje9-14/+39
2005-10-03ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_frame): Disable wrong check. Fix a "...Luca Ognibene2-2/+6
2005-10-02ext/ffmpeg/gstffmpegdec.c: Use framerate from demuxer if it provides one (#31...Luca Ognibene3-31/+68
2005-09-27ext/ffmpeg/: Move from dispose to finalize.Luca Ognibene4-11/+71
2005-09-05gst-libs/ext/Makefile.am: Use the autotools defined make, fixes bug #314320Zaheer Abbas Merali3-1/+6
2005-08-16ext/ffmpeg/: If you ever crash again on premature fixation, I'll cut your @#$...Ronald S. Bultje3-2/+11
2005-08-16autogen.sh: Increment ffmpeg date for some fixes.Ronald S. Bultje3-1/+6
2005-08-14ext/ffmpeg/gstffmpegcodecmap.c: Add quicktime-RLE mapping.Ronald S. Bultje2-1/+16
2005-08-09ext/ffmpeg/gstffmpegcodecmap.c: Fix template to not allow fps=0 so that we do...Ronald S. Bultje3-1/+7
2005-08-05autogen.sh: Fixate snapshot, since this branch will need to work with the old...Ronald S. Bultje3-2/+12
2005-08-05Release gst-ffmpeg 0.8.6 "Vamoz a la Playa".RELEASE-0_8_6Ronald S. Bultje4-25/+47
2005-07-28ext/ffmpeg/gstffmpegcodecmap.h: Actually initialize value (#311802).Ronald S. Bultje2-1/+8
2005-07-27ext/ffmpeg/: Use special functions for timestamp-conversion again, since we o...Ronald S. Bultje6-19/+66
2005-07-23ext/ffmpeg/gstffmpegcodecmap.c: Add x264 to muxer (it was added to template, ...Ronald S. Bultje2-0/+9
2005-07-22ext/ffmpeg/gstffmpegcodecmap.c: Make type explicit.Ronald S. Bultje5-8/+37
2005-07-20ext/: Update to ffmpeg snapshot of Jul 20 2005 4:00 PM GMT. Mostly some added...Ronald S. Bultje13-100/+137
2005-07-16ext/ffmpeg/gstffmpegprotocol.c: Strip off private flags from context value (#...Ronald S. Bultje2-0/+8
2005-07-11ext/ffmpeg/gstffmpegdec.c (struct _GstFFMpegDec)Luca Ognibene2-1/+13
2005-07-11ext/ffmpeg/: Add a stream-header flag to set stream-header caps on some strea...Ronald S. Bultje5-3/+56
2005-06-27ext/ffmpeg/gstffmpegdemux.c: timestamp is a GstClockTime, not a double..Luca Ognibene2-1/+7
2005-06-27ext/ffmpeg/: more DELTA_UNIT / KEY_UNIT fixesLuca Ognibene3-3/+14
2005-06-27ext/ffmpeg/gstffmpegcodecmap.c: add flv encoder, fix #309050Luca Ognibene4-10/+46
2005-06-25ext/libpostproc/gstpostproc.*: fix debug outputLuca Ognibene3-6/+13
2005-06-25ext/ffmpeg/gstffmpegenc.c (gst_ffmpegenc_chain_video): set the GST_BUFFER_DEL...Luca Ognibene2-0/+10
2005-06-20ext/libpostproc/gstpostproc.c: It works better when filing the hash_table BEF...Edward Hervey2-3/+13
2005-06-20ext/: ffmpeg's libpostproc wrapper pluginsEdward Hervey7-2/+593
2005-06-10configure.ac: Dev mode.Ronald S. Bultje2-1/+8
2005-06-10Release 0.8.5 "For the better of the world".RELEASE-0_8_5Ronald S. Bultje6-15/+110
2005-06-09ext/ffmpeg/gstffmpegdec.c: Only do timestamp interpolation for delayed stream...Ronald S. Bultje2-5/+15
2005-06-09ext/ffmpeg/gstffmpegcodecmap.c: Remove weird flags from SVQ3 flags and just g...Ronald S. Bultje2-35/+8
2005-06-08ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_change_state): First close the ffmpe...Luca Ognibene3-1/+7
2005-06-03ext/ffmpeg/gstffmpegdec.c: Disable parsing on h264 for now, seems to break av...Ronald S. Bultje2-2/+11
2005-06-03configure.ac: scale requires -libs (video.h).Ronald S. Bultje3-1/+11
2005-05-24ext/ffmpeg/gstffmpegdeinterlace.c (gst_ffmpegdeinterlace_chain): Always stamp...Luca Ognibene2-0/+7
2005-05-24ext/ffmpeg/gstffmpegscale.c: Always stamp your buffers !Edward Hervey2-0/+7
2005-05-17ext/ffmpeg/gstffmpegcodecmap.c (gst_ffmpeg_pixfmt_to_caps): Add YUV444P forma...Luca Ognibene3-1/+6
2005-05-15ext/ffmpeg/: Add ffdeinterlace elementLuca Ognibene5-2/+381
2005-05-14ext/ffmpeg/gstffmpegscale.c (gst_ffmpegscale_change_state): Don't segfault if...Luca Ognibene2-1/+7
2005-05-13ext/ffmpeg/: Add ffvideoscale element (#303727)Luca Ognibene5-3/+462
2005-05-13ext/ffmpeg/gstffmpegcodecmap.c (gst_ffmpeg_pixfmt_to_caps): Add support for G...Luca Ognibene2-24/+37
2005-05-11change my email in the ChangeLogLuca Ognibene1-1/+1
2005-05-11ext/ffmpeg/: Makes ffmpegdec and ffmpegenc use these functions and remove a c...Luca Ognibene4-10/+45
2005-05-06ext/ffmpeg/gstffmpegdec.c: Re-re-enable get_/release_buffer functions, remove...Ronald S. Bultje2-39/+103
2005-05-02ext/ffmpeg/gstffmpegcodecmap.c: Add JPEG-formatted YUV enums.Ronald S. Bultje2-0/+10
2005-05-01ext/ffmpeg/gstffmpegmux.c: Fix possible segfaults (#302017).Ronald S. Bultje2-10/+15
2005-04-25ext/ffmpeg/gstffmpegdec.c: Use CODEC_CAP_DELAY and remove max-10-delayed-fram...Ronald S. Bultje2-11/+18
2005-04-23ext/ffmpeg/gstffmpegenc.c: Don't crash if avcodec_open failed (#301717).Ronald S. Bultje2-2/+8
2005-04-21ext/ffmpeg/gstffmpegdemux.c: Re-disable mov typefinding which breaks mov play...Ronald S. Bultje2-1/+6