| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway, | Reimar Döffinger | 2009-11-09 | 1 | -3/+0 |
* | Do not hardcode filter order in ff_acelp_lspd2lpc() | Vitor Sessak | 2009-11-09 | 3 | -13/+14 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 11 | -38/+41 |
* | Increase default value for max_analyze_duration, fixes issue 1506, a regression. | Carl Eugen Hoyos | 2009-11-09 | 1 | -1/+1 |
* | Use enum instead of integer types where appropriate. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | Use enum FrameType as parameter to construct_perm_table(). | Carl Eugen Hoyos | 2009-11-08 | 1 | -2/+3 |
* | Use enum PixelFormat instead of int for srcFormat and dstFormat. | Carl Eugen Hoyos | 2009-11-08 | 1 | -8/+8 |
* | Fix start_frame(), which was issuing chroma artifacts with planar | Stefano Sabatini | 2009-11-08 | 1 | -1/+1 |
* | Set -DPREFIX for yasm simply whenever extern_prefix is set instead | Reimar Döffinger | 2009-11-08 | 1 | -2/+2 |
* | Remove unused variable. | Michael Niedermayer | 2009-11-08 | 1 | -1/+0 |
* | Always add -DPIC to YASM flags when pic is enabled. | Reimar Döffinger | 2009-11-08 | 1 | -1/+1 |
* | move code to avoid forward declaration | Baptiste Coudurier | 2009-11-08 | 1 | -240/+238 |
* | Let pmt override stream info when encoutered later in the ts file. | Baptiste Coudurier | 2009-11-08 | 1 | -32/+23 |
* | ac3dec: revert r20089. The change was just wrong. 10l for me. | Justin Ruggles | 2009-11-08 | 1 | -2/+1 |
* | Support some LATM AAC streams (they can be decoded with MPlayer). | Carl Eugen Hoyos | 2009-11-07 | 1 | -0/+1 |
* | Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. | Justin Ruggles | 2009-11-07 | 2 | -2/+0 |
* | Simpliy exp*table init, based on patch by reimar. | Michael Niedermayer | 2009-11-07 | 1 | -8/+8 |
* | Document sws_freeContext(). | Stefano Sabatini | 2009-11-07 | 1 | -0/+4 |
* | change \0xa9enc tag metadata name to encoder to match id3v2 | Baptiste Coudurier | 2009-11-06 | 1 | -1/+1 |
* | 10l: WavPack demuxer forgot to seek back to initial position after block | Kostya Shishkov | 2009-11-06 | 1 | -0/+1 |
* | Add pixel format descriptors for the HW-accelerated formats. | Stefano Sabatini | 2009-11-05 | 1 | -0/+56 |
* | PPC: make inline asm xform address test work with Apple tools | Måns Rullgård | 2009-11-05 | 1 | -1/+1 |
* | IA64: do not automatically enable hardcoded tables if explicitly disabled | Måns Rullgård | 2009-11-05 | 1 | -1/+1 |
* | Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the | Reimar Döffinger | 2009-11-05 | 3 | -9/+22 |
* | Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam | Gordon Irlam | 2009-11-05 | 1 | -1/+1 |
* | 10l, typo | Baptiste Coudurier | 2009-11-05 | 1 | -1/+1 |
* | If custom sampling rate is set in WavPack file, parse first block to find | Kostya Shishkov | 2009-11-05 | 1 | -4/+25 |
* | Initialize block_parsed before reading first block header in WavPack demuxer, | Kostya Shishkov | 2009-11-05 | 1 | -1/+1 |
* | do not redundantly set stream nb_frames, it's already set in read_stts | Baptiste Coudurier | 2009-11-05 | 1 | -1/+0 |
* | compute dts shift with ctts value, cslg atom might be missing, fix #419 | Baptiste Coudurier | 2009-11-05 | 1 | -24/+5 |
* | check that duration is set to avoid fpe | Baptiste Coudurier | 2009-11-05 | 1 | -1/+2 |
* | warn if stream timescale is not set and set it to 1 to avoid FPE | Baptiste Coudurier | 2009-11-05 | 1 | -1/+5 |
* | Corrects two typos | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -2/+2 |
* | Decrement probe score at unsuported bpp | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -0/+3 |
* | fix \0xa9wrt metadata, to composer, fix issue #1501 | Baptiste Coudurier | 2009-11-05 | 1 | -2/+2 |
* | Correct double include introduced by r20450 | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -1/+0 |
* | Reduce stack memory allocation in MP3 decoder | Vitor Sessak | 2009-11-04 | 2 | -29/+28 |
* | Implement ff_scale_vector_to_given_sum_of_squares() | Reynaldo H. Verdejo Pinochet | 2009-11-04 | 3 | -33/+36 |
* | Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. | Reimar Döffinger | 2009-11-04 | 3 | -4/+6 |
* | Don't lock the channel output configuration based on the first value seen for | Alex Converse | 2009-11-03 | 2 | -8/+23 |
* | Vertical align. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Use spaces after commas for improving readability. | Stefano Sabatini | 2009-11-03 | 1 | -6/+6 |
* | Add slicify video filter. | Stefano Sabatini | 2009-11-03 | 5 | -2/+126 |
* | Make avfilter_get_video_buffer() use | Stefano Sabatini | 2009-11-03 | 2 | -5/+2 |
* | Explicitely define get_video_buffer() callbacks in the format, | Stefano Sabatini | 2009-11-03 | 2 | -0/+15 |
* | Change file doxy from | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Fix/clarify description of the noformat filter. | Stefano Sabatini | 2009-11-03 | 1 | -1/+1 |
* | Fix grammar / clarify documentation for the format and noformat | Stefano Sabatini | 2009-11-03 | 1 | -7/+7 |
* | add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov | Andrew Wason | 2009-11-03 | 2 | -0/+2 |