1. 21a6347 h264parse: obtain correct upstream timestamp by Mark Nauwelaerts · 15 years ago
  2. 4c7fd3c h264parse: add new h264 caps attribute alignment by Mark Nauwelaerts · 15 years ago
  3. 1244738 Revert "h264parse: add parsed field to src caps" by Thijs Vermeir · 15 years ago
  4. 54edae4 h264parse: add parsed field to src caps by Thijs Vermeir · 15 years ago
  5. 33e78b1 h264parse: also handle 3-byte bytestream sync code by Mark Nauwelaerts · 15 years ago
  6. d6cab72 h264parse: add option to insert SPS/PPS in stream by Mark Nauwelaerts · 15 years ago
  7. 3a1fad6 h264parse: also collect SPS and PPS nalu in codec_data by Mark Nauwelaerts · 15 years ago
  8. 413716d h264parse: plug a few memory leaks by Mark Nauwelaerts · 15 years ago
  9. 2441c79 h264parse: fix wrong timestamps in some cases after seeking. by Alessandro Decina · 15 years ago
  10. c55b24b h264parse: Correctly clean up internal state for reuse by Sebastian Dröge · 15 years ago
  11. 7d2e248 h264parse: fix writing NALU prefix for byte-stream output format by Mark Nauwelaerts · 15 years ago
  12. 775c758 gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  13. 55e2add h264parse: Replace 'avc-sample' with 'avc' in caps by Thiago Santos · 15 years ago
  14. df4c4cc h264parse: use correct h264_parse prefix in function name by Mark Nauwelaerts · 15 years ago
  15. eba1357 h264parse: Add stream-format to caps by Thiago Santos · 15 years ago
  16. ba06edd h264parse: Correctly rewrite all nal prefixes by Thiago Santos · 15 years ago
  17. e6ab078 h264parse: remove codec_data if output is bytestream by Thiago Santos · 15 years ago
  18. b3f0b02 win32: Include config.h before anything else. Fix mpegdemux LIBADD by Ðóñëàí Èæáóëàòîâ · 15 years ago
  19. 4067cd1 h264parse: optimize src caps updating by Mark Nauwelaerts · 15 years ago
  20. 51aaa30 h264parse: fix framerate calculation by Mark Nauwelaerts · 15 years ago
  21. 997ec65 h264parse: fix regression in output buffer timestamping by Mark Nauwelaerts · 15 years ago
  22. 52f5f42 h264parse: fix caps handling in _update_src_caps. by Alessandro Decina · 15 years ago
  23. ed058d7 h264parse: fix caps parameters setting by Mark Nauwelaerts · 15 years ago
  24. b4d9b81 h264parse: optional transforming from bytestream to sample format (or vice versa) by Mark Nauwelaerts · 15 years ago
  25. 7f29145 h264parse: refactor a bit into a reset function by Mark Nauwelaerts · 15 years ago
  26. f3a153e h264parse: provide w/h from stream in src caps if not in sink caps by Mark Nauwelaerts · 15 years ago
  27. 291f45b h264parse: parse SPS some more (e.g. for width/height) by Mark Nauwelaerts · 15 years ago
  28. 47041f6 h264parse: optionally output AUs rather than NALUs by Mark Nauwelaerts · 15 years ago
  29. a17393f Fix warnings with gcc 4.0.1. by Alessandro Decina · 15 years ago
  30. 1a54ae8 Fix factory information for h264parse, add missing Video by Christian Schaller · 15 years ago
  31. baced65 h264parse: Free the PPS buffers too by Sebastian Dröge · 16 years ago
  32. d520e42 h264parse: compute timestamp by Lin YANG · 16 years ago
  33. 9c08ece h264parse: recognize more types of NAL by Lin YANG · 16 years ago
  34. 550f601 h264parse: parser init & finalize by Lin YANG · 16 years ago
  35. d0273ee h264parse: decode slice header by Lin YANG · 16 years ago
  36. 62ac493 h264parse: decode SEI by Lin YANG · 16 years ago
  37. dc696c4 h264parse: decode SEI: picture timing info by Lin YANG · 16 years ago
  38. d061c0a h264parse: decode SEI: buffering period by Lin YANG · 16 years ago
  39. ba5a75d h264parse: decode PPS by Lin YANG · 16 years ago
  40. 2531e5f h264parse: decode SPS by Lin YANG · 16 years ago
  41. 90dfda0 h264parse: SPS: decode vui params by Lin YANG · 16 years ago
  42. 2d50657 h264parse: SPS: decode hrd params by Lin YANG · 16 years ago
  43. e55fb07 h264parse: Start slice header parsing work by Lin YANG · 16 years ago
  44. e1cfd38 h264parse: Start SEI parsing work by Lin YANG · 16 years ago
  45. 397abd5 h264parse: Start PPS parsing work by Lin YANG · 16 years ago
  46. 196b824 h264parse: Start SPS parsing work by Lin YANG · 16 years ago
  47. 1cf9f2d h264parse: detect and fix for bad NALU sizes by Wim Taymans · 16 years ago
  48. 4cf27a7 gst/: Wim, you're a bad boy. You don't want people to contact you or what? by Edward Hervey · 16 years ago
  49. a14e8e0 Don't install static libs for plugins. Fixes #550851 for -bad. by Stefan Kost · 16 years ago
  50. 10d104f gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length field to get the NALU length in packetize... by Wim Taymans · 17 years ago
  51. 2e9945f gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-Fixes #516061. by Josep Torra Valles · 17 years ago
  52. fe7d133 gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixes #516061. by Josep Torra Valles · 17 years ago
  53. c459b9d gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning if debugging is disabled (not bullet pr... by Tim-Philipp Müller · 17 years ago
  54. 9b1dd13 gst/h264parse/gsth264parse.c: Parse NAL units in forward mode to mark delta units flags. by Julien Moutte · 17 years ago
  55. 7e33919 gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp not a buffer. by Stefan Kost · 17 years ago
  56. e7c9faa gst/h264parse/gsth264parse.c: Set timestamps more correctly. by Wim Taymans · 17 years ago
  57. b0e6afa gst/h264parse/gsth264parse.*: Improve debugging. by Wim Taymans · 17 years ago
  58. 631b6a1 gst/h264parse/gsth264parse.*: Add reverse playback support for containers that don't know how to properly send data b... by Wim Taymans · 17 years ago
  59. 1af510f Massive leak fixing, plus code cleanups. by Stefan Kost · 17 years ago
  60. 8cdc3e5 New plugin: h264parse (#340638) by Michal Benes · 19 years ago