2009-05-17 |
Reimar Döffinger | Add a forward declaration of mpeg1_decode_block_intra... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Justin Ruggles | eac3dec: use 16-bit pre-mantissas instead of 24-bit... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Måns Rullgård | mpeg12: fix non-standard use of "extern inline" |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Yao Peter | Fix the M bit for multi-packet NALs. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Justin Ruggles | ac3dec: fix coupling range check. the start subband... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Måns Rullgård | oma: fix build if memcmp() is a macro |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Siarhei Siamashka | Support for getting (i)MDCT output multiplied by a... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Martin Storsjö | Move img_convert_ctx to VideoState and free it in strea... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Martin Storsjö | Add missing frees to stream_close() and do_exit(). |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Kostya Shishkov | Fix off-by-one error in MS RLE decoder which may result... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Baptiste Coudurier | move increment after debug print |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | cosmetics: K&R coding style, indent correctly, break... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | Replace 'x == 0' if conditions with '!x'. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | cosmetics: Remove pointless {}. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | Surround AMR_WB encoding code by appropriate #ifdefs. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | cosmetics: Move some more code around to avoid #ifdeffery. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | cosmetics: Move functions around so that encoding and... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | Remove redundant #if condition. Two CONFIG_LIBAMR_NB... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Diego Biurrun | Add av_cold attribute to amr_nb decoding/encoding initi... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Benjamin Larsson | Bugfix for bug introduced in the multichannel cook... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ramiro Polla | mlp: Simplify adressing of state and coeffs arrays... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ramiro Polla | mlp: include mlp.h and use MAX_CHANNELS instead of... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
David Conrad | Ensure that we don't read from invalid memory with... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | write 'stps' for mpeg-2 open gop in .mov |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | decode mpeg-2 closed gop first b frames, fix issue... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | free Track and unset priv_data to avoid double free... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | remove unneeded length checks |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Baptiste Coudurier | change pic type to Picture* and remove casts |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Implement av_set_options_string(). |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Baptiste Coudurier | use flags field and remove key_frame field |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Baptiste Coudurier | change cts type to int, save some space |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Document av_set_string3() returned error codes. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Add support in av_parse_color() to a "random" color... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Make case insensitive the match for the color name in |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Make av_set_string3() print a message in case of unknow... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Provide a context to av_log() calls in av_set_number2... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Use a single space after an ending period and the begin... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Stefano Sabatini | Apply documentation fixes: use third person, fix gramma... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Andres Mejia | Add gnu/kfreebsd to list of recognized operating systems. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Siarhei Siamashka | Fix for issue #829 ("ffvorbis outputs crackling sound... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Michael Niedermayer | Fix VBV delay for mpeg1/2 CBR. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
David Conrad | Use skip_bits_long() for large skips |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Add PCE support to the ADTS muxer. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Subroutine to copy an AAC Program Config Element (PCE) |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Cosmetics after last commit |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Allow parsing and decoding of ADTS AAC files with chann... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Move the ADTS header size to the parser's header file. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | parse 'stps' atom to set keyframe, partial sync sample... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | align and update doxygen |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | remove comment |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | Parse 'cslg' atom to retrieve dts shift when 'ctts... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Alex Converse | Add a quick description to the H.264 BSF |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | factorize av_set_pts_info |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | cosmetics, alignment |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | add casts to silence gcc warnings |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Baptiste Coudurier | add casts to silence gcc warnings |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Diego Biurrun | Fix bandwith vs. bandwiDth typo. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Baptiste Coudurier | v210 mov fourcc |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Baptiste Coudurier | v210 avi fourcc, v210_720p.avi |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Baptiste Coudurier | V210 Uncompressed 4:2:2 10-bit encoder and decoder |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Cyril Comparon | Per-stream language-tags extraction in asfdec. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
David Conrad | Copy input codec's chroma_sample_location to output... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Alexander Chemeris | Support 16K samplerate in Nellymoser. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
David Conrad | Update regression tests for y4m after r18796 |
commit | commitdiff | tree | snapshot |
2009-05-11 |
David Conrad | Use chroma_sample_location in reading/writing yuv4mpeg |
commit | commitdiff | tree | snapshot |
2009-05-11 |
David Conrad | Add a chroma_sample_location field to define positionin... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Måns Rullgård | PPC: 32-bit asm for MAC64 and MLS64 |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Baptiste Coudurier | move free data in the video case |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Baptiste Coudurier | write a single pes for video frames, some proprietary... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | sgi encoder does not support pal8 |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | bgra in .mov muxing |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | correct pixfmt for argb |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | rgba in .mov muxing |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | check for palette presence, fix crash with QT-BMP.mov... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Larsson | Remove dead nested assignment found by CSA |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Benjamin Larsson | Remove unused code found by CSA |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Diego Biurrun | Add const qualifier to param argument of sws_getContext... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Diego Biurrun | Move preprocessor condition before variable declaration... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | ensure first pts is set, according to specs |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | remove useless max_payload_size variable |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | do not write dts if pts is not set |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | fix total bitrate computation, based on patch by corp18... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Baptiste Coudurier | update comment for rgb 16 bit in .mov |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Stefano Sabatini | Add @code/@endcode commands to markup C code in av_tree... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Stefano Sabatini | Add missing '*' to av_tree_insert() doxy. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Diego Biurrun | Add necessary header for CONFIG_RUNTIME_CPUDETECT prepr... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Diego Biurrun | Add missing const qualifiers to AltiVec function parame... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Daniel Verkamp | data parameter of dnxhd_encode_picture() should not... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Vitor Sessak | "[" is a terminating char for the filter name. This... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Michael Niedermayer | Correct x/ymin to avoid segfault due to out of picture... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Vitor Sessak | Fix sliced yuv410 -> yuv420 conversion |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Warning fix: Make ogg_stream.codec const |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Change codec_id type to enum CodecID, fix warning. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Update docs after the 8088flex TMV demuxer and decoder... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Add 8088flex TMV file demuxer. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Add 8088flex TMV video decoder. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Daniel Verkamp | Add CGA and palette data for 8088flex TMV decoder. |
commit | commitdiff | tree | snapshot |
next |