2010-09-23 |
Carl Eugen... | Fix indentation after r25158. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
José Miguel... | Allow to set the frame rate in v4l2 devices |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Richard Buteau | Fix aspect ratio for files that have it stored in |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ronald S. Bultje | Fix typo (instruciton -> instruction). |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Ivan Kalvachev | The debug text output of macroblocks can indicate MB_TY... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Diego Biurrun | cosmetics: Place concat protocol entry in alphabetical... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Martin Storsjö | tcp: Check both wfds and efds when waiting for the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Måns Rullgård | x86: disable SSE functions using stack when stack is... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Måns Rullgård | Disable ALIGNED_STACK with icc 10 or prior on x86_32 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Måns Rullgård | Add HAVE_ALIGNED_STACK config setting |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Måns Rullgård | ARM: disable movw/movt for relocated values on Apple... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Stefano Sabatini | Move log_callback_help to cmdutils.[hc], for allowing... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Benjamin Larsson | Support deinterlacing of YUVJ420P. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Martin Storsjö | Check for the IPPROTO_IPV6 define before using it |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Måns Rullgård | x86: remove hack disabling sse2 h264 loop filter with... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Måns Rullgård | Request 16-byte aligned stack with icc on x86_32 |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Justin Ruggles | 10l: error in last commit. use decoder channels not... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Justin Ruggles | Change remaining ost->st->codec and ist->st->codec... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Lou Logan | Remove legacy x264 presets |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Vitor Sessak | Remove pointless semicolon |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Ronald S. Bultje | Don't access upper 32 bits of a 32-bit int on 64-bit... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
James Darnley | configure: print minimum lame version number required... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Ronald S. Bultje | Properly add HAVE_YASM around yasmified symbols. Should... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Ronald S. Bultje | Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Ronald S. Bultje | Move sse16_sse2() from inline asm to yasm. It is one... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Måns Rullgård | configure: detect Open64 compiler |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Ramiro Polla | swscale-test: cosmetic alignment |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Stefano Sabatini | Cosmetics: fix weird align. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Stefano Sabatini | Use <> for system headers inclusion. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Stefano Sabatini | Fix copyright notice, make it more consistent with... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Stefano Sabatini | Fix grammar in the ocv_smooth filter documentation. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Stefano Sabatini | Prefer "X" over ``X'', looks more readable and more... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Carl Eugen... | Remove useless comment. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Ramiro Polla | swscale: remove useless temporary variable |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Ramiro Polla | swscale: factorize plane copying code out of 2 functions |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Ramiro Polla | swscale-test: always use bilinear scaler to get output... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
James Darnley | Allow float values for libmp3lame quality. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Justin Ruggles | Allow audiogen to take commandline parameters for sampl... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Martin Storsjö | rtsp: Handle standard assigned codec names for private... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Martin Storsjö | Handle G.722 in RTP, and all the exceptions mandated... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Reimar Döffinger | Check avctx width/height more thoroughly (e.g. all... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Michael Niedermayer | Clarify what av_read_frame() returns. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Måns Rullgård | Update pathscale compiler detection |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Måns Rullgård | ARM: fix NEON h264_idct_add8 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Tomas Härdin | Add av_popcount() to libavutil/common.h and bump minor... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Ronald S. Bultje | Rename h264_idct_sse2.asm to h264_idct.asm; move inline... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Stefano Sabatini | Implement libopencv smooth filter. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Ramiro Polla | rgb2rgb: don't misuse HAVE_* defines |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Michael Niedermayer | Limit av_log repeat detection to terminals so as to... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Carl Eugen... | Reindent after r25115. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Zhou Zongyi | Add R10k decoder. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Carl Eugen... | Test lowres before codec init. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Ramiro Polla | swscale: indentation and emtpy line cosmetics |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Ramiro Polla | swscale: avoid reading prior to the source buffer in... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Reinhard Tartler | fix x11grab example in e.g. the manpage so that they... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Stefano Sabatini | Apply minor simplification in av_read_image_line(). |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Måns Rullgård | pixdesc: indent |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Måns Rullgård | pixdesc: use 8-bit accesses when possible in av_read... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Stefano Sabatini | Cosmetics: use x ? y : z construct and merge intializat... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Stefano Sabatini | Cosmetics: simplify layout of fmt_conversion_table... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | swscale-test: allow specifying src/dst pixel formats |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | indent |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | swscale-test: take input from reference file |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | swscale-test: always use SWS_BILINEAR to convert from... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | swscale-test: move conversion from ref to source back... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ramiro Polla | rgb2rgb: replace shuffle_bytes_2103() by optimized... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Justin Ruggles | Set a constant frame size for encoding G.726 audio. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Stefano Sabatini | Cosmetics: apply minor style fixes. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
David Byron | Read all id3v2 tags at the beginning of mp3 files. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Ramiro Polla | indent |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Ramiro Polla | swscale: remove unused code |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Ramiro Polla | rgb2rgb: remove unused yvu9toyv12 function |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Martin Storsjö | Add a FATE test for the G.722 decoder |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Måns Rullgård | tta: remove stray semicolon |
commit | commitdiff | tree | snapshot |
2010-09-10 |
James Darnley | Allow mpeg encoding with qscale and very low frame... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomás Touceda | FLV Metadata |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Marcelo Galvăo... | Move AMR-NB frame unpacking code to a common file so... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Luca Barbato | Update H263_AIC asm offset for the apple variant |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Alex Converse | aacdec: Rework channel mapping compatibility hacks. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Stefano Sabatini | Cosmetics: remove useless parentheses. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Reimar Döffinger | Fix 24 bpp CSCD decoding, as for Windows bitmaps in... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Måns Rullgård | nutenc: fix unstable floating-point calculations |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Martin Storsjö | Allow the lowres option to affect audio codecs, too |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Ronald S. Bultje | Remove h264 asm items off the GPL-only list. They are... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Jason Garrett... | LGPL SSE2 H.264 iDCT |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Alex Converse | adts demuxer: Set the time base to be the LCM of all... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Martin Storsjö | Update the audio sample rate when doing lowres audio... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Reimar Döffinger | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Måns Rullgård | Add missing #include <string.h> in x86/cpu.c |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Martin Storsjö | Add a muxer and demuxer for raw G.722 |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Martin Storsjö | Add G.722 ADPCM audio decoder |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Måns Rullgård | Cache detected CPU flags |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Måns Rullgård | Clean up av_get_cpu_flag() |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Ramiro Polla | av_fill_image_linesizes -> av_image_fill_linesizes |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Ramiro Polla | av_fill_image_linesizes -> av_image_fill_linesizes |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Baptiste Coudurier | In mov muxer, write reduced sample aspect ratio values... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Baptiste Coudurier | Check dref size based on a patch by google |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Baptiste Coudurier | In mov demuxer, do not override aspect ratio in tkhd... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Diego Biurrun | Use filename as pattern for multiple inclusion guards. |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Diego Biurrun | Add missing stdint.h #include; necessary to pass 'make... |
commit | commitdiff | tree | snapshot |
next |