425 Commits (8e576d58306df95d6373dd0ca2c1f21f1afaeca9)

Author SHA1 Message Date
Anton Khirnov a861ffeffa v4l: add a private option for video standard. 14 years ago
Anton Khirnov eb040dbbd3 dv1394: add a private option for video standard. 14 years ago
Anton Khirnov e199eb44fd bktr: add a private option for video standard. 14 years ago
Anton Khirnov bffd4dd1d3 lavf: deprecate AVFormatParameters.{channels,sample_rate}. 14 years ago
Anton Khirnov 2ea8faf39f ALSA: add channels and sample_rate private options. 14 years ago
Anton Khirnov 003e63b6df oss: add channels and sample_rate private options. 14 years ago
Anton Khirnov a1a15a9993 sndio: add channels and sample_rate private options. 14 years ago
Ramiro Polla a13fec8a9c DirectShow capture: Fix build 14 years ago
Ramiro Polla 95eb2e3a38 DirectShow capture support 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Reimar Döffinger 148ffcd2ce Make DV (sub) demuxer set proper pkt->pos values. 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Martin Storsjö 32a128522a libavdevice: Define _XOPEN_SOURCE for usleep 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Carl Eugen Hoyos f4bc923ec1 Allow to print wider unsupported channel layouts. 14 years ago
Carl Eugen Hoyos b8a4444266 AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output. 14 years ago
Carl Eugen Hoyos 19de9d5646 Cosmetics: Fix indentation and move one line. 14 years ago
Carl Eugen Hoyos 460acdf059 Support alsa channel reordering for float. 14 years ago
Carl Eugen Hoyos e2049edb4e Add forgotten line to silence a warning for int32. 14 years ago
Carl Eugen Hoyos 47c0c8ca9d Also support alsa channel reordering for u16 and u32 formats. 14 years ago
Carl Eugen Hoyos 1171d45f6c Rename the s16 and s32 alsa reorder functions as int16 and int32. 14 years ago
Carl Eugen Hoyos 0ae2a0366f Support unsigned variants of already supported signed formats in alsa. 14 years ago
Carl Eugen Hoyos 075a55603f Support a-law and mu-law output in alsa. 14 years ago
Sven C. Dack 44a8b0ddd9 Cosmetics: Rename variable param as the more appropriate dpyname. 14 years ago
Sven C. Dack 9af2097120 Cosmetics: Fix white-space in av_log() message. 14 years ago
Carl Eugen Hoyos ff2614ee4c Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels. 14 years ago
Carl Eugen Hoyos 71306c5d21 Support CODEC_ID_PCM_F64* output via alsa (stereo only). 14 years ago
Carl Eugen Hoyos 5778466e92 Support CODEC_ID_PCM_S24* output via alsa (stereo only). 14 years ago
Michael Niedermayer 2e92a34cde Revert "fbdev: simplify logic in fbdev_read_packet()" 14 years ago
Stefano Sabatini d46c9f83cf fbdev: simplify logic in fbdev_read_packet() 14 years ago
Carl Eugen Hoyos c55efca05b x11: fix memleak 14 years ago
Carl Eugen Hoyos 2ed05f657f Add support for pcm_f32* to alsa. 14 years ago
Carl Eugen Hoyos 4d1d6f7a3c Support s32 output via alsa audio device. 14 years ago
Carl Eugen Hoyos efec2d7b35 Template alsa reordering functions. 14 years ago
Nicolas George 1e96d4c71e ALSA: fix a stupid bad use of av_freep. 14 years ago
Sven C. Dack 39530272c5 Remove a memory allocation and the associated memcpy. 14 years ago
Carl Eugen Hoyos 3efaa24f85 Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1. 14 years ago
Brad 2eddfb2b13 sndio bug fix 14 years ago
Reimar Döffinger 1862778732 sndio: allow any endianness when recording 14 years ago
Reimar Döffinger e76c0c6a00 Simplify: Use FFMIN. 14 years ago
Stefano Sabatini e93d97156d sndio: prefer "FFmpeg" over "Libav" in the license header 14 years ago
Stefano Sabatini c6f951442e framebuffer device demuxer 14 years ago
Brad 15d59d2cea sndio support for playback and record 14 years ago
Nicolas George 813dbb4442 ALSA: implement channel layout for playback. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 14 years ago
Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Stefano Sabatini 478607668c fbdev: fix check on nanosleep return vale 14 years ago