summaryrefslogtreecommitdiff
path: root/ext/x264/gstx264enc.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-27x264enc: fix compiler warningAlessandro Decina1-2/+2
2012-02-22x264: convert g_print to LOGWim Taymans1-1/+2
2012-02-22x264enc: handle pts and dtsWim Taymans1-7/+11
2012-02-11x264enc: unmap video frame after encodingMatej Knopp1-0/+2
2012-02-10x264enc: fix after mergeWim Taymans1-0/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-51/+138
2012-02-09x264enc: Add baseline profile to capsRobert Swain1-3/+7
2012-01-26x264enc: implement force-key-unit APIAlessandro Decina1-48/+142
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-2/+2
2012-01-13x264enc: remove useless and semantically (though not practically) wrong codeVincent Penquerc'h1-1/+1
2012-01-13x264enc: remove leaking "optimization"Vincent Penquerc'h1-1/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+2
2011-11-17add parent to pad functionsWim Taymans1-11/+12
2011-11-16add parent to query functionWim Taymans1-7/+4
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-1/+1
2011-11-15update for _get_caps() -> _query_caps()Wim Taymans1-1/+1
2011-11-15change getcaps to queryWim Taymans1-2/+32
2011-11-10update for removed fixate functionWim Taymans1-1/+1
2011-09-27x264enc: port to 0.11Wim Taymans1-138/+133
2011-07-30x264enc: Properly set the stream format in setcapsThiago Santos1-4/+7
2011-07-19x264enc: fix the build for older x264encStefan Sauer1-0/+2
2011-07-18x264enc: Read stream-format from the right placeOlivier Crête1-5/+5
2011-07-13x264enc: Select stream-format based on capsThiago Santos1-2/+32
2011-07-13x264: Allow renegotiation but prefer current capsOlivier Crête1-4/+8
2011-07-12x264: Use profile and level from capsOlivier Crête1-13/+203
2011-06-27x264enc: fix subme property annotation - subme maximum is 10, not 6.Brian Gitonga Marete1-2/+3
2011-05-04x264enc: Copy the template caps, it's not allowed to increase the refcount of...Sebastian Dröge1-1/+1
2011-05-04x264enc: do not leak peer pad referenceMark Nauwelaerts1-0/+2
2011-05-03x264enc: No need to copy, reffing is enoughSjoerd Simons1-2/+2
2011-05-03x264enc: get_caps function should return a copy of the capsSjoerd Simons1-1/+1
2011-04-14dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-2/+0
2011-04-13x264enc: Implement getcaps functionSebastian Dröge1-0/+50
2011-03-29x264enc: Allow changing the bitrate and quantitizers dynamicallyOlivier Crête1-4/+50
2011-03-29x264enc: Set max bitrate in quality modeOlivier Crête1-1/+5
2011-03-29x264enc: Make it clear that constant quantizer is for debugging onlyOlivier Crête1-1/+1
2011-02-14x264enc: Don't register flags with a value of 0Sjoerd Simons1-1/+1
2011-01-24x264enc: make tag event writable before modifying tag list in placeMiguel Angel Cabrera Moya1-10/+13
2011-01-04x264enc: Handle codec/encoder tagsThiago Santos1-0/+12
2010-12-29x264: vbv-buf-capacity should have a minimum of 0Tristan Matthews1-1/+1
2010-12-27x264enc: also accept YV12 inputTim-Philipp Müller1-8/+9
2010-12-26x264enc: add a note to the docs about encoder latency and queuesMark Nauwelaerts1-0/+19
2010-10-22x264enc: Work around a rate control issue in libx264Robert Swain1-1/+19
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-39/+62
2010-08-11x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issueRobert Swain1-0/+15
2010-08-09x264: fix printf format warning in debug messageTim-Philipp Müller1-3/+3
2010-07-30x264enc: Fix flushing of delayed framesRobert Swain1-0/+10
2010-07-26x264enc: Improve x264enc defaultsRobert Swain1-6/+6
2010-07-25x264enc: Fix property description typosRobert Swain1-2/+2
2010-07-25x264enc: Add some more debug infoRobert Swain1-6/+9
2010-07-25x264enc: Add speed-preset and [psy-]tuning propertiesRobert Swain1-8/+205