| Commit message (Expand) | Author | Age | Files | Lines |
* | try to reduce the distance between consecutive frames with pts to no more tha... | nicodvb | 2006-06-18 | 1 | -1/+1 |
* | prevent buffer overflow in the STD; simplified fill_packet() (moving part of ... | nicodvb | 2006-06-18 | 1 | -87/+111 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -1/+13 |
* | removed more unused stuff | nicodvb | 2006-04-24 | 1 | -7/+2 |
* | when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ... | nicodvb | 2006-04-24 | 1 | -3/+51 |
* | simplified parse_audio() | nicodvb | 2006-04-24 | 1 | -72/+63 |
* | removed more unused code and struct members | nicodvb | 2006-04-22 | 1 | -17/+6 |
* | removed unused variables | nicodvb | 2006-04-22 | 1 | -6/+5 |
* | moved inline at beginning of declaration | nicodvb | 2006-04-22 | 1 | -1/+1 |
* | finally replaced the old interleaving with the new one that respects bufferin... | nicodvb | 2006-04-22 | 1 | -591/+137 |
* | introduced new functions to handle pack writing and interleaving strategy (wi... | nicodvb | 2006-04-22 | 1 | -0/+351 |
* | fixed muxrates for xvcd and xsvcd | nicodvb | 2006-04-22 | 1 | -4/+2 |
* | audio init code was previously moved to fix_parameters() so removed from writ... | nicodvb | 2006-04-22 | 1 | -18/+0 |
* | introduced structures and code to keep track of decoder's buffers sizes | nicodvb | 2006-04-22 | 1 | -0/+88 |
* | new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra... | nicodvb | 2006-04-22 | 1 | -258/+133 |
* | removed useless (and broken as hell) buffering code from muxer1; buffering co... | nicodvb | 2006-04-20 | 1 | -42/+1 |
* | removed skip_padding (never used and totally useless) | nicodvb | 2006-04-20 | 1 | -11/+1 |
* | added support for DX50 and dx50 4CCs | nicodvb | 2006-04-20 | 1 | -1/+3 |
* | fixed wrong operator precedence in parse_mpeg4_video() | nicodvb | 2006-04-20 | 1 | -1/+1 |
* | simplified code to patch the video framerate (removed silly comparisons) | nicodvb | 2006-04-20 | 1 | -11/+13 |
* | changed timebase from 1024 to 300 (no rounding errors with any of the allowed... | nicodvb | 2006-04-20 | 1 | -73/+55 |
* | workaround to prevent segfault: when using -ve lavc with b-frames write_chunk... | nicodvb | 2006-04-05 | 1 | -0/+2 |
* | dereference muxer->priv only after having checked muxer!=NULL in write_chunk(... | nicodvb | 2006-03-11 | 1 | -1/+2 |
* | init delta_pts before using it; fixes cid 239 | nicodvb | 2006-03-11 | 1 | -1/+1 |
* | check pce_ptr before using it; fixes cid 207 | nicodvb | 2006-03-11 | 1 | -2/+3 |
* | delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram... | nicodvb | 2006-02-12 | 1 | -1/+3 |
* | experimental film2pal and ntsc2pal soft teleciner | nicodvb | 2006-02-12 | 1 | -5/+67 |
* | init frame duration to 1/fps when we have a frame but not the enclosing seque... | nicodvb | 2006-02-11 | 1 | -0/+2 |
* | tff wasn't correctly unset in soft_telecine() | nicodvb | 2006-02-10 | 1 | -1/+1 |
* | removed unused variables | nicodvb | 2006-02-06 | 1 | -2/+2 |
* | fixed wrong delta_frame calculation that would affect soft-telecine | nicodvb | 2006-02-06 | 1 | -1/+1 |
* | removed forgotten fprintf() | nicodvb | 2006-01-30 | 1 | -1/+0 |
* | use mp_a52_framesize() when liba52 is not available | nicodvb | 2006-01-27 | 1 | -0/+6 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | removed previously forgotten reording options/flags | nicodvb | 2006-01-03 | 1 | -6/+1 |
* | removed broken frame reording code; unified audio and video frame storing cod... | nicodvb | 2006-01-03 | 1 | -108/+48 |
* | simplification: don't use residual_buffer, but prepend remainder of current f... | nicodvb | 2005-12-30 | 1 | -22/+14 |
* | fix | rathann | 2005-12-05 | 1 | -0/+2 |
* | fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn... | nicodvb | 2005-11-30 | 1 | -14/+35 |
* | Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org... | reynaldo | 2005-11-29 | 1 | -0/+5 |
* | buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun... | nicodvb | 2005-11-21 | 1 | -8/+4 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -17/+17 |
* | reconcile with earlier fps fix in mpeg header parser | rfelker | 2005-08-10 | 1 | -11/+11 |
* | set i_bps in demux_audio for WAV and MP3 to avoid division by zero before | reimar | 2005-08-01 | 1 | -1/+1 |
* | added support for vbr audio (frames are parsed individually); fixed small bug... | nicodvb | 2005-07-10 | 1 | -112/+349 |
* | added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosity | nicodvb | 2005-04-27 | 1 | -41/+53 |
* | changed :vaspect option to CONF_TYPE_FLOAT | nicodvb | 2005-04-10 | 1 | -8/+11 |
* | fixed support for mp3 at <32000 sample_rate | nicodvb | 2005-03-07 | 1 | -2/+9 |
* | converted vframerate to CONF_TYPE_FLOAT | nicodvb | 2005-03-04 | 1 | -19/+40 |
* | recalculate frame duration after soft telecine | nicodvb | 2005-03-03 | 1 | -19/+20 |
* | 100l wrong binary operator when setting progressive frame | nicodvb | 2005-03-01 | 1 | -1/+1 |
* | telecine now works in display order (rather than decoding), as far as there a... | nicodvb | 2005-03-01 | 1 | -26/+44 |
* | soft telecine support! :)) patch by nico | rfelker | 2005-02-27 | 1 | -2/+73 |
* | both reorder and noreorder flags are now available | nicodvb | 2005-02-25 | 1 | -4/+2 |
* | disabled by default frame reordering | nicodvb | 2005-02-24 | 1 | -5/+5 |
* | replace bzero() with memset() | nicodvb | 2005-02-23 | 1 | -1/+1 |
* | renamed init_adelay to vdelay with opposite range | nicodvb | 2005-02-22 | 1 | -2/+2 |
* | new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (... | nicodvb | 2005-02-21 | 1 | -348/+2343 |
* | removed loader/ dependancy, imported some files from g2, also used patches fr... | alex | 2004-04-28 | 1 | -3/+3 |
* | update by Andriy N. Gritsenko <andrej@lucky.net> | alex | 2003-10-22 | 1 | -9/+15 |
* | Cleanup of the muxer API, func parameters muxer & muxer_f eliminated. | arpi | 2003-01-19 | 1 | -5/+11 |
* | the long-waited MUXER layer, and new MPEG-PS muxer | arpi | 2002-12-27 | 1 | -0/+434 |