17225 Commits (62045d486041ddb925f5055b6edb602eef6f99a0)
 

Author SHA1 Message Date
Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
Diego Biurrun c96da3edc3 Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun 0f0b707fa3 Avoid POSIX-reserved _t namespace. 16 years ago
Stefano Sabatini e329b6ec7a Bump year number. 16 years ago
Stefano Sabatini 9ce95f272e Cosmetics: break line to make it not longer than 80 chars. 16 years ago
Michael Niedermayer ce0453aac9 10l set AVPacket.size to the true size of the returned data instead of 16 years ago
Michael Niedermayer 188e67eaf4 Fix indention which was off by 1 space. 16 years ago
Michael Niedermayer 0b4ff0c9ef Replace buffer by AVPacket and avoid a memcpy() for video when the number 16 years ago
Michael Niedermayer fce48f5b0b Merge videobuf and audiobuf. 16 years ago
Michael Niedermayer f48d545736 Simplify the top of rm_assemble_video_frame(). 16 years ago
Michael Niedermayer e45673cb3a Add a few error checks to rm_assemble_video_frame() 16 years ago
Michael Niedermayer 51d6852f43 All non zero returns of rm_assemble_video_frame() are errors, check things 16 years ago
Carl Eugen Hoyos aed464654b Silence two icc warnings: 16 years ago
Benoit Fouet 9d705050c1 Add my GnuPG fingerprint. 16 years ago
Måns Rullgård 172a39d13c ARM: work around linker bug with movw/movt relocations in shared libs 16 years ago
Måns Rullgård 2e35e68434 Make shared/static full CONFIG options 16 years ago
Måns Rullgård ab5cb08492 configure: check for ARMv6T2 support 16 years ago
Måns Rullgård 77e2249e2f ARM: rename coefficient table in NEON IDCT 16 years ago
Aurelien Jacobs 275131628d Remove duplicated dot product code. Use dsputil's 16 years ago
Reimar Döffinger 0a11fc82ae My gpg key fingerprint. 16 years ago
Reynaldo H. Verdejo Pinochet 6c8f2def73 COSMETICS. Write my full name instead. 16 years ago
Reynaldo H. Verdejo Pinochet 3bb79c0413 Add myself as qcelp* maintainer. 16 years ago
Reynaldo H. Verdejo Pinochet f1e27baeb2 Add my key fingerprint to the list. 16 years ago
Måns Rullgård c51fafa13f configure: accept $TMP as location for temporary files 16 years ago
Måns Rullgård a49d42c24e configure: simplify TMPDIR setting 16 years ago
Stefano Sabatini 91535e5f38 Fix typos. 16 years ago
Michael Niedermayer 45a92230e1 Clarify that the list of gpg fingerprints is not just for maintainers. 16 years ago
Michael Niedermayer 234ccf193f Add spaces into the gpg fingerprint for better readability. 16 years ago
Kostya Shishkov 592beefe99 It turned out that RV30 uses motion vectors for forward motion B-frame 16 years ago
Michael Niedermayer e4f1ec3a4c Explain the lack of +3/7 16 years ago
Reimar Döffinger 7d204e67e8 av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in 16 years ago
Ronald S. Bultje c49a3ec30a Fix double free which happens for playback of .rm files after r16365. See 16 years ago
Michael Niedermayer 133e5c4026 Add a list of GnuPG fingerprints. 16 years ago
Carl Eugen Hoyos 6735e2c810 Revert r16375: It broke aac decoding. 16 years ago
Carl Eugen Hoyos 69b38d4dc3 Reduce number of warnings when compiling with icc by two. 16 years ago
Carl Eugen Hoyos 3a095bee2b Silence one warning when compiling with icc: 16 years ago
Carl Eugen Hoyos 2c67c65963 Fix h264 decoding on SSE2 cores with icc compilation. 16 years ago
Stefano Sabatini 055068d001 Mention in the documentation of avfilter_poll_frame() that it returns 16 years ago
Kostya Shishkov 5b3658f73b Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. 16 years ago
Stefano Sabatini 5d91e92853 Use avcodec_check_dimensions() for checking the frame size validity. 16 years ago
Ronald S. Bultje ade8fb4d75 Reindent after r16368. 16 years ago
Ronald S. Bultje a9f84821c5 Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in 16 years ago
Ronald S. Bultje 5d88c2647d Change audio_pkt_cnt from an array into a single field, since only a single 16 years ago
Ronald S. Bultje 886e89d0d0 Add RMStream object as function argument to public functions so that non-.rm 16 years ago
Ronald S. Bultje ba61472911 Implement RMStream stream-specific private data object in the RM demuxer. 16 years ago
Måns Rullgård 23ae2b68b0 Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED 16 years ago
Kostya Shishkov 10f35ebddd Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it 16 years ago
Måns Rullgård edf7c2b26f simple_idct: use MUL16 and MAC16 from mathops.h 16 years ago
Diego Biurrun 643d2e880f Avoid POSIX-reserved _t namespace. 16 years ago
Stefano Sabatini df77a6daab Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. 16 years ago