g722: Split out g722_qmf_apply() function into g722dsp.c

Signed-off-by: Peter Meerwald <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
7 files changed
tree: 5ec3655cec9624bfd4cb1438fc152de935e34318
  1. compat/
  2. doc/
  3. libavcodec/
  4. libavdevice/
  5. libavfilter/
  6. libavformat/
  7. libavresample/
  8. libavutil/
  9. libswscale/
  10. presets/
  11. tests/
  12. tools/
  13. .gitattributes
  14. .gitignore
  15. arch.mak
  16. avconv.c
  17. avconv.h
  18. avconv_dxva2.c
  19. avconv_filter.c
  20. avconv_opt.c
  21. avconv_vda.c
  22. avconv_vdpau.c
  23. avplay.c
  24. avprobe.c
  25. Changelog
  26. cmdutils.c
  27. cmdutils.h
  28. cmdutils_common_opts.h
  29. common.mak
  30. configure
  31. COPYING.GPLv2
  32. COPYING.GPLv3
  33. COPYING.LGPLv2.1
  34. COPYING.LGPLv3
  35. CREDITS
  36. INSTALL
  37. library.mak
  38. LICENSE
  39. Makefile
  40. README.md
  41. RELEASE
  42. version.sh
README.md

Libav

Libav is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libavresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • avconv is a command line toolbox to manipulate, convert and stream multimedia content.
  • avplay is a minimalistic multimedia player.
  • avprobe is a simple analisys tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Conding examples are available in the doc/example directory.

License

Libav codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.