summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04x264enc: Check if we have an input state before using itHEADmasterSebastian Dröge1-1/+8
Flushing might happen before caps were set on the encoder, which would lead to crashes here. Thanks to Matej Knopp for analyzing this. https://bugzilla.gnome.org/show_bug.cgi?id=707414
2013-09-04x264enc: fix unsigned comparison warningMatej Knopp1-1/+1
2013-08-28Back to developmentSebastian Dröge1-3/+3
2013-08-28Release 1.1.4Sebastian Dröge22-34/+210
2013-08-28Update .po filesSebastian Dröge40-40/+40
2013-08-28po: update translationsSebastian Dröge1-18/+12
2013-08-27x264enc: log when we output a lower profile than requestedTim-Philipp Müller1-2/+10
2013-08-21x264enc: Consider subset relations of profiles when setting srcpad capsSebastian Dröge1-1/+36
constrained-baseline is a subset of baseline, is a subset of main, is a subset of high profile. https://bugzilla.gnome.org/show_bug.cgi?id=705425
2013-08-21x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=705425
2013-08-17configure: fix x264 version checkingTim-Philipp Müller1-1/+1
x264 releases carry pkg-config versions such as 0.120.x (literallly with an 'x'). Checking for x264 >= 0.120.0 will then fail, so we need to either check for > 0.119.0 or for >= 0.120 to make this work right.
2013-08-17x264enc: minor clean-upTim-Philipp Müller1-2/+0
We requires x264 build >= 120 now.
2013-08-15mpeg2dec: Fix mpeg2_reset() callsSebastian Dröge1-2/+2
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset ↵Sebastian Dröge2-24/+69
implementations
2013-08-08asfdemux: fix build on C89 compilersMatej Knopp1-1/+2
2013-08-08asfdemux: fix seeking in push modeMatej Knopp2-12/+13
2013-08-02build: add subdir-objects to AM_INIT_AUTOMAKELubosz Sarnecki1-1/+1
Fixes warnings in automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-08-02mpeg2dec: Do a hard reset of flush_stopEdward Hervey1-1/+1
Which is notified by hard == 0 with latest refactoring.
2013-07-29po: update translationsTim-Philipp Müller15-193/+204
2013-07-29Back to developmentSebastian Dröge1-3/+3
2013-07-29Release 1.1.3Sebastian Dröge22-31/+219
2013-07-29Update .po filesSebastian Dröge39-39/+39
2013-07-29gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge3-21/+0
2013-07-29real: Implement SEGMENT querySebastian Dröge2-0/+52
2013-07-29asfdemux: Implement SEGMENT querySebastian Dröge1-1/+27
2013-07-29asfdemux: Add support for dvr-msMatej Knopp5-64/+280
https://bugzilla.gnome.org/show_bug.cgi?id=705026
2013-07-26rtspreal: Ensure output value has an assigned valueEdward Hervey1-1/+1
In the case where this macro was used, that dest was != NULL but that the strncmp failed, we would end up with dest_len being undefined.
2013-07-26x264: Fix dts comparisionEdward Hervey1-4/+5
We were assigning to a guint64 value (frame->dts) the sum of a unsigned and signed value... resulting it the result never being < 0. Instead just check if it is smaller before assigning to frame->dts.
2013-07-25asfdemux: fix seqnum handling for seeksThiago Santos2-9/+30
Use the same seqnum as the seek for flushes/segments that are caused by the seek. Also do the same for segment events Fixes #676242
2013-07-25mpeg2dec: Clean up reset/start/stop handlingSebastian Dröge1-23/+8
2013-07-25x264enc: React properly to flushing/resetting the encoderSebastian Dröge1-17/+9
https://bugzilla.gnome.org/show_bug.cgi?id=656007
2013-07-22realmedia: Add support for group-id in the stream-start eventSebastian Dröge4-2/+53
2013-07-22asfdemux: Add support for group-id in the stream-start eventSebastian Dröge2-1/+25
2013-07-22siddec: Add support for group-id in the stream-start eventSebastian Dröge2-3/+32
2013-07-18rmdemux: Mark demuxer as "running" in push-modeEdward Hervey1-0/+1
Allows queries (and other code) to be answered when working in push-mode. Running would only be set to TRUE accordingly when working in pull-mode once it had read header/index. Fixes #680185
2013-07-17mpeg2dec: Properly reset on sequence changesEdward Hervey1-0/+2
Otherwise we end up using stray data/buffers. Fixes #690701
2013-07-11Back to developmentSebastian Dröge1-3/+3
2013-07-11Release 1.1.2Sebastian Dröge22-43/+131
2013-07-11Update .po filesSebastian Dröge39-39/+39
2013-07-09dvdreadsrc: correctly determine last chapter's durationMark Nauwelaerts1-1/+3
This (mostly) reverts 683f5eeae7b830e4e4b790f3817ff6b8ce517b1c. It worked just fine before ...
2013-06-25rdt: forward sticky eventsWim Taymans1-1/+14
2013-06-05Back to developmentSebastian Dröge1-3/+3
2013-06-05Release 1.1.1Sebastian Dröge24-78/+489
2013-06-05Update .po filesSebastian Dröge39-39/+39
2013-06-05Automatic update of common submoduleSebastian Dröge1-0/+0
From 098c0d7 to 01a7a46
2013-06-04mpeg2dec: make the aspect ratio calculation more accurate.Sreerenj Balachandran1-2/+10
Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the aspect-ratio if we don't have a valid upstream PAR. https://bugzilla.gnome.org/show_bug.cgi?id=685103
2013-05-15Automatic update of common submoduleSebastian Dröge1-0/+0
From 5edcd85 to 098c0d7
2013-05-13tests: Fix event handlingSebastian Dröge4-38/+45
2013-05-09lamemp3enc: Tell GstAudioEncoder about the number of incoming samplesOlivier Crête1-1/+9
lame does internal resampling, but the base class only cares about the number of raw samples, so tell finish frames about that, not the number of samples in the outgoing frame.:
2013-04-30x264enc: output byte-stream if downstream has ANY capsTim-Philipp Müller1-1/+11
It's what people expect when they pipe the output to filesink or into a tcp connection or pipe.
2013-04-22Automatic update of common submoduleTim-Philipp Müller4-26/+207
From 3cb3d3c to 5edcd85