Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Sep 21, 2021
  3. Jul 29, 2021
    • Stéphane Cerveau's avatar
      mpeg2dec: drop B-frame on open gop · fbe2ea6e
      Stéphane Cerveau authored
      Enhance open gop detection to drop B-frame which are invalid
      before the first reference frame.
      
      In stream such
      gst-integration-testsuites/medias/defaults/mxf/op2b-mpeg2-wave_hd.mxf,
      the two first frames must be dropped as we detect an open GOP situation
      but in another media, such as http://col.la/1920X1080IXDCAMEX5MIN, the
      first frames should not be dropped as we are in a closed GOP situation.
      
      Part-of: <!84>
      fbe2ea6e
  4. Jun 02, 2021
  5. Jun 01, 2021
  6. May 31, 2021
  7. May 05, 2021
  8. Apr 20, 2021
  9. Mar 29, 2021
  10. Mar 19, 2021
  11. Mar 15, 2021
  12. Nov 04, 2020
  13. Nov 02, 2020
  14. Sep 08, 2020
  15. Sep 07, 2020
  16. Aug 24, 2020
  17. Aug 20, 2020
  18. Jul 29, 2020
    • Jordan Petridіs's avatar
      amrnbenc: remove global variables · 995a135d
      Jordan Petridіs authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      gstcheck is declaring its own buffers glist which ends up
      overwritten, loks like the code meant to use that already
      
      gcc 10 is also complaining about this, but only on static
      builds for some reason
      
      ```
      FAILED: subprojects/gst-plugins-ugly/tests/check/elements_amrnbenc
      /usr/bin/ld: subprojects/gstreamer/libs/gst/check/libgstcheck-1.0.a(gstcheck.c.o):(.bss+0x38): multiple definition of `buffers'; subprojects/gst-plugins-ugly/tests/check/708af1f@@elements_amrnbenc@exe/elements_amrnbenc.c.o:(.bss+0x18): first defined here
      collect2: error: ld returned 1 exit status
      ```
      
      also remove unused var `current_buf`
      
      Part-of: <!62>
      995a135d
  19. Jul 27, 2020
  20. Jul 25, 2020
Loading