2010-09-03 |
Ronald S. Bultje | Move INET6_ADDRSTRLEN to network.h, similar to other... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
James Darnley | Vorbis metadata writing. Patch by James Darnley <james... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ronald S. Bultje | Reindent after r25032. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John Wimer | Send NAT punching messages to the address specified... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ronald S. Bultje | Port latest x264 deblock asm (before they moved to... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Martin Storsjö | Set frame_size in the amr demuxer |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Martin Storsjö | rtsp: 10l, try to update the correct rtp stream |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Måns Rullgård | Detect llvm-gcc and set appropriate flags |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Måns Rullgård | Add -mllvm -stack-alignment=16 to CFLAGS when using... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Reimar Döffinger | Optimize/simplify ebml_read_num. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Måns Rullgård | fate: delete log files ahead of each run |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Carl Eugen... | Cosmetics: Reindent after r25023. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Andrew Wason | Fix crash when decoding DV in AVI introduced in r24579... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Eli Friedman | Fix typo in r25019. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Baptiste Coudurier | cosmetics: spaces between and after parentheses |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ronald S. Bultje | Unscrew breakage after my last commit because of symbol... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ronald S. Bultje | Rename h264_weight_sse2.asm to h264_weight.asm; add... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ronald S. Bultje | Split h264dsp_mmx.c (which was #included in dsputil_mmx... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Vitor Sessak | QTRLE regtest |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurelien Jacobs | add FF_API_PALETTE_CONTROL define to drop usage of... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Diego Biurrun | Use quotes instead of angle brackets for local #includes. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Baptiste Coudurier | gxf muxer only accepts pal or ntsc resolutions currentl... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | SHA fate test |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | Test decoding in fate-lavf-gif |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | PNG image regression testing |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Diego Biurrun | Mention that library micro version should be reset... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ronald S. Bultje | Fix vertical align. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | Add RealVideo 3 FATE test |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | 10l, add flags forgotten in last commit |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | Add Apple MJPEG-B decoder FATE test |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Vitor Sessak | Add FATE test for ScummVM DXA flavor |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Tobias Bindhammer | Solving memory leak and initialization problem with... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Tobias Bindhammer | Checking return values of av_malloc(z) and report an... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Alex Converse | aacenc: Remove an unused variable from adjust_frame_inf... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Alex Converse | aacenc: Don't set s->cur_channel before apply_window_an... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Alex Converse | aacenc: Write tag.elem_id early. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Alex Converse | psymodel: Const correct FFPsyWindowInfo. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Alex Converse | aacenc: Only apply M/S if common_window is set. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurelien Jacobs | split raw.c into rawdec.c and rawenc.c |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurelien Jacobs | move raw video demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurelien Jacobs | move pcm muxers to their own file |
commit | commitdiff | tree | snapshot |
2010-08-30 |
David Conrad | vorbisdec: Use int instead of uint16_fast_t for index... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurelien Jacobs | move pcm demuxers to their own file |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ronald S. Bultje | Fix compilation failure if yasm is disabled (missing... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ben Littler | add WAWV fourcc, works on V-codecs/WAWV.avi |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ronald S. Bultje | Split intra prediction initialization (i.e. assigning... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ronald S. Bultje | Move H264 chroma MC from inline asm to yasm. This fixes... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ronald S. Bultje | Move VP3 IDCT functions from inline ASM to YASM. This... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Ronald S. Bultje | Put ff_ prefix on non-static {put_signed,put,add}_pixel... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | simplify code by using the AV_NE() macro |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move null muxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | cleanup includes which are not used anymore in raw.c |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move ac3/eac3 demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move dnxhd demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move dirac demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move h261 demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move h263 demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move h264 demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | cosmetic |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move m4v demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move cavsvideo demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move mpegvideo demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move ingenient demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move DTS demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | simplify code by using the AV_NE() macro |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | 10l: aacdec and idroqenc still depend on raw.o |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | rename idroq.c to idroqdec.c |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move id roq muxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurelien Jacobs | move ADTS AAC demuxer to its own file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Vitor Sessak | Include stdint.h instead of inttypes.h, it is enough... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Josh Allmann | rtsp: Return AVERROR_EOF when all streams have received... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Josh Allmann | Reindent |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Josh Allmann | rtpdec: Read RTCP compound packets |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Josh Allmann | rtsp: Check the RTCP file handle for new packets, too |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ronald S. Bultje | Fix two compiler arnings related to printf-format of... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Zhentan Feng | stream_selection can be freed in the fail case, in... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Vitor Sessak | Hopefully fix the fate-ws_snd breakage on PPC |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Loren Merritt | cosmetics in imdct_sse |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Vitor Sessak | Add fate test for Westwood SND1 codec |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Vitor Sessak | Remove CCITT fax G4 tests (partial revert of r24954... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Aurelien Jacobs | cosmetic |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Vitor Sessak | CCITT Fax Group compression fate tests |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | configure: move config.fate creation after OS section |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | configure: write config.fate file as early as possible |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | configure: improve error message for missing yasm |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Alex Converse | x86: Require yasm OR --disable-asm OR --disable-mmx... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | Revert "Disable MMX for i686 and pentiumpro" |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Ronald S. Bultje | Fix typos when converting inline asm to yasm, fixes... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | fate: print list of tests with "make fate-list" |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | Disable MMX for i686 and pentiumpro |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Måns Rullgård | configure: select warning suppression syntax based... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | Insert info from extradata into header |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | Added option to write frames interleaved (yet disabled) |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | Clarify code/avoid possible bugs by using precalculated... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | enable a flexible lifetime |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Tobias Bindhammer | Setting proper values in extradata for future use in... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Martin Storsjö | Flush the PutBitsContext at the end of each block when... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Stefano Sabatini | Add APIchanges entry after the addition of |
commit | commitdiff | tree | snapshot |
2010-08-26 |
S.N. Hemanth... | Implement avcodec_get_channel_layout(). |
commit | commitdiff | tree | snapshot |
next |