index
:
~bilboed/gst-ffmpeg
master
Personal repository of gst-ffmpeg
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
ffmpeg
/
gstffmpegcodecmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-13
Add mapping for VQF caps
Sebastian Dröge
1
-0
/
+2
2009-05-12
codecmap: revert bogus commit.
Wim Taymans
1
-3
/
+0
2009-04-17
ffmpeg: add default frame_size for g726
Wim Taymans
1
-0
/
+5
2009-04-15
Move all non-codecmap-related methods to a new file.
Edward Hervey
1
-381
/
+34
2009-03-17
Take into account ticks_per_frame for framerate calculation. Fixes #575759
Edward Hervey
1
-1
/
+3
2009-03-11
pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago.
Edward Hervey
1
-24
/
+24
2009-03-10
codecmapping: Fix caps for ATRAC3. Fixes #574663
Edward Hervey
1
-2
/
+5
2009-03-09
gstffmpegcodecmap: Add proper caps for Fraps video codec
Edward Hervey
1
-0
/
+3
2009-03-05
gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux map...
Jordi Mas
1
-0
/
+11
2009-03-05
codecmap. The VC1 decoder can also handle the Advanced Profile.
Edward Hervey
1
-1
/
+2
2009-03-04
ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mapping
Sebastian Dröge
1
-1
/
+1
2009-02-27
ffmpegmux: Use information from AVOutputFormat to expose more muxers.
Edward Hervey
1
-1
/
+17
2009-02-22
And remove unused variable
Sebastian Dröge
1
-1
/
+0
2009-02-22
Remove unreachable code
Sebastian Dröge
1
-3
/
+0
2009-02-22
Cast const GstBuffer * to GstBuffer * before unreffing
Sebastian Dröge
1
-1
/
+1
2009-02-18
codecmap: map more codecs
Edward Hervey
1
-0
/
+20
2009-01-29
Only use valid SampleFormat for audio encoders/decoders.
Edward Hervey
1
-37
/
+73
2009-01-24
Add MP1 and ADPCM IMA/ISS variant
Sebastian Dröge
1
-7
/
+22
2009-01-05
ext/ffmpeg/gstffmpegcodecmap.c: Narrow down the allowed channels and sample r...
Dejan Sakelšak
1
-0
/
+16
2008-12-30
ext/ffmpeg/gstffmpegcodecmap.c: Add mapping for IMC and MLP audio codecs.
Edward Hervey
1
-0
/
+8
2008-12-24
ffmpegrev: Updating ffmpeg SVN revision to r16304 and update to the correspon...
Sebastian Dröge
1
-12
/
+15
2008-12-17
ext/ffmpeg/gstffmpegcodecmap.*: Add mapping for EAC3 and QCELP audio codecs.
Edward Hervey
1
-12
/
+91
2008-12-13
ext/ffmpeg/gstffmpegcodecmap.c: If no channel layout is provided don't set a ...
Sebastian Dröge
1
-2
/
+6
2008-12-13
ext/ffmpeg/: Set the channel layout if it's exposed by the decoder.
Sebastian Dröge
1
-4
/
+111
2008-11-07
ext/ffmpeg/gstffmpegcodecmap.c: Initialize some more variables.
Wim Taymans
1
-0
/
+29
2008-11-05
ext/ffmpeg/gstffmpegcodecmap.c: Don't convert caps to strings when we don't h...
Wim Taymans
1
-16
/
+6
2008-11-04
ext/ffmpeg/gstffmpegcodecmap.c: Fix regression in template caps limitations; ...
Mark Nauwelaerts
1
-8
/
+15
2008-10-30
Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...
Alexis Ballier
1
-51
/
+51
2008-10-08
ext/ffmpeg/: Add some more width/height/channels/rate limitations to caps to ...
Mark Nauwelaerts
1
-31
/
+125
2008-09-04
ext/ffmpeg/gstffmpegcodecmap.c: Add some debug that revealed that the escape ...
Wim Taymans
1
-2
/
+12
2008-09-04
ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put ...
Wim Taymans
1
-6
/
+106
2008-09-03
ext/ffmpeg/gstffmpegcodecmap.c: Give the TrueSpeech audio codec a proper caps...
Edward Hervey
1
-1
/
+4
2008-08-29
ext/ffmpeg/gstffmpegcodecmap.c: Instead of marking all audio decoders/encoder...
Edward Hervey
1
-1
/
+14
2008-08-28
ext/ffmpeg/gstffmpegcodecmap.c: ffmpeg audio decoders can now do up to 6 chan...
Edward Hervey
1
-1
/
+1
2008-07-28
ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper ...
Mark Nauwelaerts
1
-0
/
+11
2008-07-11
ext/ffmpeg/gstffmpegcodecmap.c: Prevent likely segfault on EMPTY provided caps.
Mark Nauwelaerts
1
-2
/
+4
2008-06-13
ext/ffmpeg/gstffmpegcodecmap.c: MP4 does not allow H263 and AMR.
Edward Hervey
1
-2
/
+2
2008-06-13
ext/ffmpeg/: FFMpeg now provides proper long_name for AVCodec, remove our int...
Edward Hervey
1
-471
/
+26
2008-05-26
ext/ffmpeg/gstffmpegcodecmap.c: Add more specific width/height for DV video s...
Wim Taymans
1
-6
/
+32
2008-05-26
Use av_picture_copy() instead of libswscale to copy pictures. This removes th...
Sebastian Dröge
1
-28
/
+0
2008-05-13
Fix build with (Debian's) system ffmpeg. Fixes bug #532803.
Sebastian Dröge
1
-0
/
+1
2008-05-08
ext/ffmpeg/gstffmpegcodecmap.c: Replace usage of img_convert (deprecated) by ...
Edward Hervey
1
-18
/
+10
2008-04-19
ext/ffmpeg/: Add support for MusePack StreamVersion 7 and disable the StreamV...
Sebastian Dröge
1
-0
/
+21
2008-04-19
ext/ffmpeg/: Add support for Monkey's Audio (APE). Fixes bug #518033.
Sebastian Dröge
1
-0
/
+19
2008-03-06
ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when...
Michael Smith
1
-4
/
+4
2008-01-25
ext/ffmpeg/gstffmpegcodecmap.c: Add H263+ to valid 3GP muxing formats. Fixes ...
Wim Taymans
1
-1
/
+1
2007-12-17
ext/ffmpeg/: Add GIF (animations and single images) decoding and encoding sup...
Sebastian Dröge
1
-10
/
+24
2007-12-17
Merging GST_FFMPEG_NO_MIRROR branch to trunk
Edward Hervey
1
-35
/
+103
2007-11-08
ext/ffmpeg/:
Ole André Vadla Ravnås
1
-1
/
+1
2007-11-03
ext/ffmpeg/: gst-indent cleanup.
Edward Hervey
1
-4
/
+4
[next]