24631 Commits (ac014798ff719c69a895aff0189a794ed9046554)
 

Author SHA1 Message Date
  Diego Pettenò ac014798ff tableprint: use the type name as-is for the functions' names. 15 years ago
  Måns Rullgård 07ece20c69 adpcm: convert VLAs to malloc/free 15 years ago
  James Darnley 9577838f2f Fix libvorbis encoding with more than 2 channels 15 years ago
  Eli Friedman 9b1947c7f2 Fix implicit cast warning 15 years ago
  David Conrad 30bdefd1de Fix build without yasm 15 years ago
  Jason Garrett-Glaser 0178d14fe5 First shot at VP8 optimizations: 15 years ago
  David Conrad 21f45508ba Add myself as VP8 and vorbisdec maintainer 15 years ago
  David Conrad 0ef1dbedcb VP8 bilinear filter 15 years ago
  David Conrad a02bb835ac vorbisdec: Take channels into account when checking against residue overflow 15 years ago
  David Conrad 54fdf5d150 vorbisdec: Fix header parsing with no floor1 partitions 15 years ago
  David Conrad 780621b832 vorbisdec: Remove write-only variable 15 years ago
  Måns Rullgård 92a544267b vp8: warn and request sample if upscaling specified in header 15 years ago
  Måns Rullgård 2829ce4b40 Remove PPC perf counter support 15 years ago
  Måns Rullgård a788196e20 Remove --enable-gprof flag 15 years ago
  Måns Rullgård 69d12904da Remove unnecessary ../ from include directives 15 years ago
  Måns Rullgård 7f02d3570a Add -I flags to HOSTCFLAGS 15 years ago
  Måns Rullgård f30d51d74f ARM: fix build with TI compiler 15 years ago
  Måns Rullgård 276fc8a4e2 Add missing avutil.h include to libavutil/mem.h 15 years ago
  Måns Rullgård cbabccc367 ffv1: remove VLAs 15 years ago
  Måns Rullgård 02591641f8 shorten: remove VLA and check for buffer overflow 15 years ago
  Måns Rullgård 17253f598e alsdec: convert VLAs to fixed size 15 years ago
  Måns Rullgård 70f2314df0 pcx: convert VLAs to malloc/free 15 years ago
  Måns Rullgård 164d166e85 lsp: convert variable-length arrays to fixed size 15 years ago
  Måns Rullgård 5228bcd870 svq1dec: replace VLA with malloc/free 15 years ago
  Måns Rullgård bf9aa44bf4 Fix brief make messages when CC etc are specified on command line 15 years ago
  Måns Rullgård 9502441408 huffyuv: remove unnecessary size argument from generate_len_table() 15 years ago
  Måns Rullgård 0912db0206 Make vp8 select h264dsp and use this to pull in mmx intrapred 15 years ago
  Carl Eugen Hoyos 0c59074868 Fix compilation without --enable-gpl. 15 years ago
  Jason Garrett-Glaser 15d31aa1e1 Really fix r23782 15 years ago
  Måns Rullgård 36672bac52 elbg: remove VLAs 15 years ago
  Jason Garrett-Glaser cd29c2b5a1 Fix c99ism in r23782 15 years ago
  Carl Eugen Hoyos 96da2a6967 Cosmetics: Fix indentation. 15 years ago
  Måns Rullgård d45b771ca0 huffyuv: make VLAs fixed size 15 years ago
  Jason Garrett-Glaser 4af8cdfc3f 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 15 years ago
  Jason Garrett-Glaser d6f8476be4 Make VP8 DSP functions take two strides 15 years ago
  Måns Rullgård eb7626a32b configure: remove superflous -lm flags 15 years ago
  Måns Rullgård 60361817ee configure: reverse order of -l flags 15 years ago
  Måns Rullgård 3091eeb363 configure: remove unused flag save/restore functions 15 years ago
  Måns Rullgård 9efdf9b5c0 configure: simplify append function 15 years ago
  Måns Rullgård 84400e9d10 configure: simplify check_lib function 15 years ago
  Måns Rullgård ad4d974c36 configure: remove unused function check_foo_config 15 years ago
  Måns Rullgård becfe99ad5 twinvq: remove VLAs 15 years ago
  Måns Rullgård 9bfb72d9e9 rv34: kill VLAs 15 years ago
  Josh Allmann c47f567c70 rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' 15 years ago
  Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
  Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 15 years ago
  Josh Allmann 7fc8ac7fd8 RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c 15 years ago
  Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago
  Josh Allmann 30619e6e59 RTSP: Remove skip_spaces in favor of strspn 15 years ago
  Jai Menon 50061b6234 Print a space after the AVClass prefix. 15 years ago