summaryrefslogtreecommitdiff
path: root/ext/x264/gstx264enc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-26x264enc: allow lossless compression (qp=0)Dirk Van Haerenborgh1-5/+5
2013-11-29x264enc: fix compiler warningTim-Philipp Müller1-11/+2
2013-11-29x264enc: fix crash on NULL caps when negotiation happens without a downstream...Tim-Philipp Müller1-0/+6
2013-10-04x264enc: If FPS is available, set VFR to falseMichael Esemplare1-0/+1
2013-09-24x264enc: Update the documentation to match the default profile usedAndoni Morales Alastruey1-1/+1
2013-09-18x264enc: Implement getcaps that restricts the input format depending on the o...Olivier Crête1-34/+144
2013-09-05x264enc: Don't unref future state but the old oneMathieu Duponchelle1-1/+1
2013-09-04x264enc: Check if we have an input state before using itSebastian Dröge1-1/+8
2013-09-04x264enc: fix unsigned comparison warningMatej Knopp1-1/+1
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
2013-08-21x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller1-1/+1
2013-08-17x264enc: minor clean-upTim-Philipp Müller1-2/+0
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge1-11/+34
2013-07-26x264: Fix dts comparisionEdward Hervey1-4/+5
2013-07-25x264enc: React properly to flushing/resetting the encoderSebastian Dröge1-17/+9
2013-04-30x264enc: output byte-stream if downstream has ANY capsTim-Philipp Müller1-1/+11
2013-03-25x264enc: Fix for 0/1 framerate - now uses VFR in this caseTom Greenwood1-6/+16
2013-02-08x264enc: simplify template capsTim-Philipp Müller1-1/+1
2013-02-08x264enc: put all theoretically possible formats in template capsTim-Philipp Müller1-7/+32
2013-02-07x264enc: detect supported bit depth and pixel formats at runtimeTim-Philipp Müller1-54/+100
2012-11-15x264enc: Add support for 10-bit color formatsSebastian Dröge1-1/+61
2012-11-15x264enc: Add support for Y444, Y42B and NV12Sebastian Dröge1-5/+42
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-26x264enc: when setting fallback decoder latency, set valid min_latencyTim-Philipp Müller1-1/+1
2012-09-09x264enc: clean up some debug statementsMark Nauwelaerts1-4/+5
2012-09-07x264enc: handle possibly negative DTS provided by codecMark Nauwelaerts1-4/+19
2012-08-09x264enc: Use new video encoder base class API for handling tagsSebastian Dröge1-29/+8
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-4/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-21x264enc: Fix unitialized variable and taglist eventMatej Knopp1-3/+7
2012-06-20fix compilationWim Taymans1-1/+1
2012-06-19x264enc: Fix compiler warningSebastian Dröge1-2/+0
2012-06-19x264enc: Port to 0.11 againSebastian Dröge1-147/+137
2012-06-18x264enc: Don't set latency while holding object lockNicolas Dufresne1-12/+15
2012-06-18x264enc: Use video encoder stream lock to avoid deadlockNicolas Dufresne1-10/+11
2012-06-18x264enc: Port to new way of passing frame referenceNicolas Dufresne1-6/+8
2012-06-18x264enc: Set default stream-format to avc as it's a better formatNicolas Dufresne1-1/+1
2012-06-18x264enc: Fix setting latencyNicolas Dufresne1-3/+18
2012-06-18x264enc: gst_video_encoder_get_frame() is now transfer fullNicolas Dufresne1-1/+3
2012-06-18x264enc: don't leak output stateNicolas Dufresne1-0/+1
2012-06-18x264enc: Remove x264 backward compatibility supportNicolas Dufresne1-158/+2
2012-06-18x264enc: Report latency base on x264 buffer sizeNicolas Dufresne1-0/+12
2012-06-18x264enc: Port to GstVideoEncoder baseclassNicolas Dufresne1-477/+386
2012-05-17x264: bump x264 requirement to build 106 or laterTim-Philipp Müller1-143/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-21x264enc: remove deprecated propertiesWim Taymans1-61/+0
2012-03-15update for memory api changesWim Taymans1-1/+1