2010-10-06 |
Aurelien Jacobs | document the fact that av_new_stream() can't be called... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Reimar Döffinger | Move handling of ID3v2 to common utils.c code, reducing... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Aurelien Jacobs | cosmetic: break long line |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Stefano Sabatini | Move the definitions of AVSEEK_SIZE to make it appear... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Michael Niedermayer | custom build system documentation |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John Stebbins | Fix default value of time_offset_length. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Carl Eugen... | Mention to send a patch before changing API or ABI. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Robert Schlabbach | rtpdec: Handle RTP header extension |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Martin Storsjö | Add RTP depacketization of the X-QT QuickTime format |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Martin Storsjö | configure: Set _DARWIN_C_SOURCE while testing for struc... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Carl Eugen... | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Michael Niedermayer | Use retry_transfer_wrapper() in url_write() as its... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Michael Niedermayer | Factor retry_transfer_wrapper() out of url_read_complete() |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ramiro Polla | doc,win32: add note about the use of dllimport for... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ramiro Polla | doc,win32: update note on which files to use with share... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ramiro Polla | doc: mention xmm clobber macros usage |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ramiro Polla | fft: mark xmm registers as clobbered in ff_imdct_calc_sse |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ramiro Polla | Check whether compiler supports xmm registers in asm... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Ronald S. Bultje | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | movdec: Free the previous extradata |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | movdec: Split out ff_mov_read_stsd |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Aurelien Jacobs | ffmpeg: Fix prototype of some OPT_FUNC2 functions.... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Anton Khirnov | vorbiscomment: add DISCNUMBER to the metadata conv... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | configure: Consolidate rtsp/sdp deps to use _select |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | configure: Add the http protocol as an auto-enabled... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | rtsp/sdp: Move code into correct ifdefs |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | find_info_tag: Make sure the output buffer is null... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Carl Eugen... | Do not assume PIX_FMT_YUV420P will remain the only... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | udp: Define _DARWIN_C_SOURCE |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Martin Storsjö | udp: Return the actual error code on errors, instead... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
qrtt1 | Set proper error if server flags indicate that it doesn... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tobias Bindhammer | Cosmetics, lots of. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tobias Bindhammer | Skip unnecessary calculations in 4col-mode. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tobias Bindhammer | Add possibility to crop screens inside of encoded frames. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tobias Bindhammer | Add check for height when cropping. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tobias Bindhammer | Introduce palette with dynamic size. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Diego Biurrun | Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Diego Biurrun | Add some #endif comments to ease understanding. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Anton Khirnov | matroskaenc: write metadata |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Stefano Sabatini | Update av_cmp_q() documentation after r25338. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael Niedermayer | Add selftest code for av_cmp_q(). |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael Niedermayer | Make av_cmp_q() work with infinities and NAN. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Michael Niedermayer | Move aspect ratio 0/0 avoidance code so the values... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Baptiste Coudurier | xdcam hd422 720p24 fourcc in mov |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Aurelien Jacobs | mms: remove dependency on MAX_STREAM API |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Stefano Sabatini | Add a test for av_parse_video_rate(). |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Stefano Sabatini | Use av_parse_and_eval_expr() in av_parse_video_rate... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Stefano Sabatini | Make av_d2q() manage the case in which the value to... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
İsmail Dönmez | snowdsp: Explicitly state the operand sizes |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Martin Storsjö | Add protocol documentation on RTSP |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Aurelien Jacobs | cosmetic: break long line |
commit | commitdiff | tree | snapshot |
2010-10-03 |
İsmail Dönmez | yadif: Explicit wordlength for compare. Fixes compile... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Martin Storsjö | rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Stefano Sabatini | Fix typo, -flags 4mv => -flags mv4. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Martin Storsjö | rtsp: In the muxer, show the generated with verbose... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Martin Storsjö | rtsp: Show the received SDP |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Víctor Paesa | Use SLIBSUF instead of .so, as a more generic dynamic... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Reimar Döffinger | 100l, fix sws_getCachedContext. It did not set the... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Benjamin Larsson | Add the CODEC_CAP_CHANNEL_CONF capability code and add |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Martin Storsjö | applehttp: Add comments to make_absolute_url |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Martin Storsjö | applehttp: Handle a .. path segment in the base url |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Martin Storsjö | Reindent |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Martin Storsjö | applehttp: Allow the base url to be a local file name... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Justin Ruggles | Support decoding of FLAC files without a STREAMINFO... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Reimar Döffinger | Remove pointless -vn option, the file has no video... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Reimar Döffinger | Rename fate-gsm test to the more accurate fate-gsm-ms |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Reimar Döffinger | Fix GSM decoding: regular GSM and MSGSM do not use... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Stefano Sabatini | Avoid cast of double nan to int. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Stefano Sabatini | Document url_get_filename(). |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Reimar Döffinger | Add init and uninit functions to cmdutils, reduces... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Jason Garrett... | Make FRAPS decoder use PC range instead of TV range |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Baptiste Coudurier | 10l fix h263 encoder resolution test, array size is... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: replace MAX_STREAMS by an arbitrary sanity... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate bitstream_filters |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate stream_maps |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate output_codecs |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate input_codecs |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate input_files_ts_scale |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: dynamically allocate streamid_map |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Aurelien Jacobs | ffmpeg: add a grow_array() helper function |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Stefano Sabatini | Fix reference to nonexistent function. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp: Return a queued packet if it has been in the... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtpdec: Reorder received RTP packets according to the... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtpdec: Split out the part of rtp_parse_packet that... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Reimar Döffinger | Fix indentation of ff_id3v2_read |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | Reindent/rewrap |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp: Reorganize if statements in rtsp_read_play |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp/rtpdec: Allow rtp_parse_packet to take ownership... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp: Use a dynamically allocated receive buffer |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Stefano Sabatini | Fix weird indent. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | avassert: add missing #include <stdlib.h> |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | avassert: prettify macro |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | Rename libavutil/assert.h to avassert.h |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Michael Niedermayer | Fix av_cmp_q() with negative denominators. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add myself as maintainer of lxfdec.c |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add demuxer for LXF (Leitch/Harris' VR native stream... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add pcm_lxf, a decoder for the 20-bit planar PCM format... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Michael Niedermayer | Fix a typo in the nameing of av_assert0() in currently... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Michael Niedermayer | av_assert() system. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_INOFFICIAL define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
next |